fix lint
This commit is contained in:
parent
3870a17ce2
commit
ca28141857
|
|
@ -400,7 +400,7 @@ it('should bypass disk cache when page interception is enabled', async ({ page,
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should bypass disk cache when context interception is enabled', async ({ page, server }) => {
|
it('should bypass disk cache when context interception is enabled', async ({ page, server, browserName }) => {
|
||||||
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/30000' });
|
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/30000' });
|
||||||
it.fixme(browserName === 'firefox', 'Returns cached response.');
|
it.fixme(browserName === 'firefox', 'Returns cached response.');
|
||||||
await page.context().route('**/api*', route => route.continue());
|
await page.context().route('**/api*', route => route.continue());
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue