Update page-network-response.spec.ts
This commit is contained in:
parent
ccb332ebd1
commit
ac515edee0
|
|
@ -402,6 +402,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.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/30000' });
|
||||
|
||||
await page.context().route('**/api*', route => route.continue());
|
||||
await page.goto(server.PREFIX + '/frames/one-frame.html');
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue