fix: disable a test failing on Firefox (#7846)

This commit is contained in:
Alex Rudenko 2021-12-15 09:17:56 +01:00 committed by GitHub
parent 3e3a90be53
commit 36207c5efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [];