Skip to content

Commit 4c2f44d

Browse files
authored
test(bidi): use the nightly channel only for Firefox in CI (#37086)
1 parent 8a399e5 commit 4c2f44d

File tree

58 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2
-2
lines changed

.github/workflows/tests_bidi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
channel: [bidi-chromium, moz-firefox]
35+
channel: [bidi-chromium, moz-firefox-nightly]
3636
steps:
3737
- uses: actions/checkout@v4
3838
if: github.event_name != 'workflow_dispatch'
@@ -47,7 +47,7 @@ jobs:
4747
- run: npm run build
4848
- run: npx playwright install --with-deps chromium
4949
if: matrix.channel == 'bidi-chromium'
50-
- if: matrix.channel == 'moz-firefox'
50+
- if: matrix.channel == 'moz-firefox-nightly'
5151
run: |
5252
echo "BIDI_FFPATH=$(npx -y @puppeteer/browsers install firefox@nightly | tail -n1 | sed 's/^[^ ]* *//')" >> "$GITHUB_ENV"
5353
- name: Run tests
File renamed without changes.
File renamed without changes.

tests/library/emulation-focus.spec.ts-snapshots/grid-cell-0-moz-firefox.png renamed to tests/library/emulation-focus.spec.ts-snapshots/grid-cell-0-moz-firefox-nightly.png

File renamed without changes.

tests/library/emulation-focus.spec.ts-snapshots/screenshot-sanity-moz-firefox.png renamed to tests/library/emulation-focus.spec.ts-snapshots/screenshot-sanity-moz-firefox-nightly.png

File renamed without changes.

tests/library/screenshot.spec.ts-snapshots/element-larger-than-viewport-dsf-css-size-moz-firefox.png renamed to tests/library/screenshot.spec.ts-snapshots/element-larger-than-viewport-dsf-css-size-moz-firefox-nightly.png

File renamed without changes.

tests/library/screenshot.spec.ts-snapshots/element-larger-than-viewport-dsf-moz-firefox.png renamed to tests/library/screenshot.spec.ts-snapshots/element-larger-than-viewport-dsf-moz-firefox-nightly.png

File renamed without changes.

tests/library/screenshot.spec.ts-snapshots/element-screenshot-page-screenshot-should-capture-css-transform-with-device-pixels-1-moz-firefox.png renamed to tests/library/screenshot.spec.ts-snapshots/element-screenshot-page-screenshot-should-capture-css-transform-with-device-pixels-1-moz-firefox-nightly.png

File renamed without changes.

tests/library/screenshot.spec.ts-snapshots/grid-cell-0-moz-firefox.png renamed to tests/library/screenshot.spec.ts-snapshots/grid-cell-0-moz-firefox-nightly.png

File renamed without changes.

tests/library/screenshot.spec.ts-snapshots/grid-cell-1-moz-firefox.png renamed to tests/library/screenshot.spec.ts-snapshots/grid-cell-1-moz-firefox-nightly.png

File renamed without changes.

0 commit comments

Comments
 (0)