Skip to content

Revert "fix(firefox): treat navigationCommitted events without navigationId as same-document URL updates (#41224)"#41349

Merged
dcrousso merged 1 commit into
microsoft:mainfrom
dcrousso:revert-41224
Jun 17, 2026
Merged

Revert "fix(firefox): treat navigationCommitted events without navigationId as same-document URL updates (#41224)"#41349
dcrousso merged 1 commit into
microsoft:mainfrom
dcrousso:revert-41224

Conversation

@dcrousso

@dcrousso dcrousso commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

this is a partial revert for commits 81881e2 #41224 and c2ac911 #41309

leep the test added as that's still a valuable scenario to check, though it's skipped for Firefox due to the known issue

fixes #41347

@dcrousso dcrousso requested review from dgozman and yury-s June 17, 2026 20:28
annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/41216' },
}, async ({ browserType, createUserDataDir }) => {
}, async ({ browserType, createUserDataDir, browserName }) => {
it.skip(browserName === 'firefox');

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
it.skip(browserName === 'firefox');
it.fixme(browserName === 'firefox');

…igationId` as same-document URL updates (microsoft#41224)"

This is a partial revert for commits 81881e2 and c2ac911.

Keep the test added as that's still a valuable scenario to check, though it's skipped for Firefox due to the known issue.
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@dcrousso dcrousso merged commit e5cd8b3 into microsoft:main Jun 17, 2026
44 checks passed
@dcrousso dcrousso deleted the revert-41224 branch June 17, 2026 21:28
@github-actions

Copy link
Copy Markdown
Contributor

Test results for "tests 1"

6 flaky ⚠️ [chromium-library] › library/beforeunload.spec.ts:130 › should support dismissing the dialog multiple times `@chromium-ubuntu-22.04-arm-node20`
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:699 › run-server › should record trace with sources `@chromium-ubuntu-22.04-arm-node20`
⚠️ [chromium-library] › library/video.spec.ts:717 › screencast › should work with video+trace `@chromium-ubuntu-22.04-arm-node20`
⚠️ [chromium-library] › library/video.spec.ts:717 › screencast › should work with video+trace `@chromium-ubuntu-22.04-node20`
⚠️ [firefox-library] › library/browsertype-connect.spec.ts:792 › run-server › should upload a folder `@firefox-ubuntu-22.04-node20`
⚠️ [webkit-library] › library/browsertype-connect.spec.ts:792 › run-server › should upload a folder `@webkit-ubuntu-22.04-node20`

39596 passed, 744 skipped


Merge workflow run.

@github-actions

Copy link
Copy Markdown
Contributor

Test results for "MCP"

7354 passed, 1122 skipped


Merge workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: All tests for Firefox fail with Error: browserContext.newPage: Test timeout of 30000ms exceeded.

3 participants