fix: disable a test failing on Firefox (#7846)
This commit is contained in:
parent
3e3a90be53
commit
36207c5efe
@ -592,7 +592,7 @@ describe('network', function () {
|
|||||||
expect(requests.get('script.js').isNavigationRequest()).toBe(false);
|
expect(requests.get('script.js').isNavigationRequest()).toBe(false);
|
||||||
expect(requests.get('style.css').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 { page, server } = getTestState();
|
||||||
|
|
||||||
const requests = [];
|
const requests = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user