Navigation Menu

Skip to content

Commit

Permalink
fix: disable a test failing on Firefox (#7846)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Dec 15, 2021
1 parent 3e3a90b commit 36207c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/network.spec.ts
Expand Up @@ -592,7 +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 () => {
itFailsFirefox('should work when navigating to image', async () => {
const { page, server } = getTestState();

const requests = [];
Expand Down

0 comments on commit 36207c5

Please sign in to comment.