Update page-goto.spec.ts
Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
fa55d95e32
commit
1088d43889
|
|
@ -181,7 +181,8 @@ it('should work with Cross-Origin-Opener-Policy after redirect', async ({ page,
|
||||||
|
|
||||||
it('should properly cancel Cross-Origin-Opener-Policy navigation', {
|
it('should properly cancel Cross-Origin-Opener-Policy navigation', {
|
||||||
annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/32107' },
|
annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/32107' },
|
||||||
}, async ({ page, server }) => {
|
}, async ({ page, server, browserName, isLinux }) => {
|
||||||
|
it.fixme(browserName === 'webkit' && isLinux, 'Started failing after https://commits.webkit.org/281488@main');
|
||||||
server.setRoute('/empty.html', (req, res) => {
|
server.setRoute('/empty.html', (req, res) => {
|
||||||
res.setHeader('Cross-Origin-Opener-Policy', 'same-origin');
|
res.setHeader('Cross-Origin-Opener-Policy', 'same-origin');
|
||||||
res.end();
|
res.end();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue