diff --git a/.github/workflows/_screenshot.yml b/.github/workflows/_screenshot.yml index 052ce86d88d3fceea002b51f942720704c7a8468..7f80d6083263524d9011f13780a3d12ebedc6eae 100644 --- a/.github/workflows/_screenshot.yml +++ b/.github/workflows/_screenshot.yml @@ -9,7 +9,7 @@ on: browser: required: false type: string - default: chrome + default: firefox url: required: true type: string diff --git a/.github/workflows/manual_e2e.yml b/.github/workflows/manual_e2e.yml index 945946d7a6cec0b7fdac629a32ca36a16233167b..7fcc4e4c2819be3db867df9dc6974195de436d82 100644 --- a/.github/workflows/manual_e2e.yml +++ b/.github/workflows/manual_e2e.yml @@ -28,7 +28,7 @@ jobs: with: python-version: '3.10' - name: 'Install gherkin-official' - run: 'pip install gherkin-official' + run: 'pip install gherkin-official==30.0.4' - name: 'Generate checklist' run: 'python features/_convert.py' - name: 'Add checklist comment'