From 3bb417b14bb2707e6f70711e219081b5a29fecda Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Sun, 1 Nov 2020 12:43:07 +0400 Subject: [PATCH] chore: fix typo in test (#6566) --- test/requestinterception.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requestinterception.spec.ts b/test/requestinterception.spec.ts index e58c356c..de3c9b24 100644 --- a/test/requestinterception.spec.ts +++ b/test/requestinterception.spec.ts @@ -391,7 +391,7 @@ describe('request interception', function () { expect(requests.length).toBe(1); expect(requests[0].url()).toBe(dataURL); }); - it('should navigate to URL with hash and and fire requests without hash', async () => { + it('should navigate to URL with hash and fire requests without hash', async () => { const { page, server } = getTestState(); await page.setRequestInterception(true);