Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Dec 22, 2023
1 parent 24bbc0b commit 3c3201c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/page/page-request-continue.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,7 @@ it('continue should propagate headers to redirects', async ({ page, server, brow
it.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/28758' });
it.fixme(browserName !== 'webkit');
await server.setRedirect('/redirect', '/empty.html');
let intercepted = false;
await page.route('**/redirect', route => {
intercepted = true;
void route.continue({
headers: {
...route.request().headers(),
Expand Down

0 comments on commit 3c3201c

Please sign in to comment.