Skip to content

test: re-renable CORS tests#625

Merged
mxschmitt merged 2 commits intomicrosoft:masterfrom
mxschmitt:test/re-enable-cors-tests
Apr 19, 2021
Merged

test: re-renable CORS tests#625
mxschmitt merged 2 commits intomicrosoft:masterfrom
mxschmitt:test/re-enable-cors-tests

Conversation

@mxschmitt
Copy link
Copy Markdown
Contributor

@mxschmitt mxschmitt commented Apr 16, 2021

After enabling the video test again WK+FF failed. The reason for that was a race between context.on("page") which comes after page.on("video") in WK and FF. This resulted in that the options were not yet there since the page->browserContext association was not yet there.

Seems like the condition which was removed was a leftover from the old video channels. In upstream PW we don't have such a logic, so lets keep it in sync.

Fixes #608

@kumaraditya303
Copy link
Copy Markdown
Contributor

@mxschmitt It seems like an upstream issue

@mxschmitt mxschmitt merged commit 74b9a8f into microsoft:master Apr 19, 2021
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.

Release-blocker: uncomment cors tests

3 participants