Update tests/page/page-network-response.spec.ts
Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
7a12479f1e
commit
ccb332ebd1
|
|
@ -400,9 +400,8 @@ 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, browserName }) => {
|
it('should bypass disk cache when context interception is enabled', async ({ page, server }) => {
|
||||||
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.');
|
|
||||||
await page.context().route('**/api*', route => route.continue());
|
await page.context().route('**/api*', route => route.continue());
|
||||||
await page.goto(server.PREFIX + '/frames/one-frame.html');
|
await page.goto(server.PREFIX + '/frames/one-frame.html');
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue