test: reenable "should intercept network activity from worker 2" (#11851)
This commit is contained in:
parent
d9a8bb057d
commit
c9e99d5d97
|
|
@ -108,8 +108,6 @@ it('should intercept network activity from worker', async function({ page, serve
|
|||
it('should intercept network activity from worker 2', async function({ page, server, isElectron, isAndroid, browserName, browserMajorVersion }) {
|
||||
it.skip(isAndroid);
|
||||
it.fixme(isElectron);
|
||||
it.fixme(browserName === 'chromium' && browserMajorVersion === 97, '@see https://github.com/microsoft/playwright/issues/10048');
|
||||
it.fixme(browserName === 'chromium' && browserMajorVersion === 99, '@see https://github.com/microsoft/playwright/issues/11593');
|
||||
|
||||
const url = server.PREFIX + '/worker/worker.js';
|
||||
await page.route(url, route => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue