mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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[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);
|
||||
|
Loading…
Reference in New Issue
Block a user