bring back fixme

This test goes together with the previous one
This commit is contained in:
Andrey Lushnikov 2024-03-25 19:36:49 -04:00 committed by GitHub
parent ac515edee0
commit 3870a17ce2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -402,7 +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' });
it.fixme(browserName === 'firefox', 'Returns cached response.');
await page.context().route('**/api*', route => route.continue());
await page.goto(server.PREFIX + '/frames/one-frame.html');
{