chore: fix typo in test (#6566)

This commit is contained in:
Peter Thaleikis 2020-11-01 12:43:07 +04:00 committed by GitHub
parent f8cd6c4cce
commit 3bb417b14b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);