Skip to content

Commit

Permalink
fix: disable a test failing on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Dec 14, 2021
1 parent 3e3a90b commit f956f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/network.spec.ts
Expand Up @@ -592,6 +592,7 @@ describe('network', function () {
expect(requests.get('script.js').isNavigationRequest()).toBe(false);
expect(requests.get('style.css').isNavigationRequest()).toBe(false);
});

it('should work when navigating to image', async () => {
const { page, server } = getTestState();

Expand Down

0 comments on commit f956f9e

Please sign in to comment.