chore: fix typo in test (#6566)
This commit is contained in:
parent
f8cd6c4cce
commit
3bb417b14b
@ -391,7 +391,7 @@ describe('request interception', function () {
|
|||||||
expect(requests.length).toBe(1);
|
expect(requests.length).toBe(1);
|
||||||
expect(requests[0].url()).toBe(dataURL);
|
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();
|
const { page, server } = getTestState();
|
||||||
|
|
||||||
await page.setRequestInterception(true);
|
await page.setRequestInterception(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user