Skip to content

Commit

Permalink
chore: fix typo in test (#6566)
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius committed Nov 1, 2020
1 parent f8cd6c4 commit 3bb417b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/requestinterception.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3bb417b

Please sign in to comment.