Skip to content

Commit

Permalink
remove page.pause in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mnholtz committed Jul 26, 2024
1 parent dbde6c0 commit 1b2eb68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion end-to-end-tests/tests/runtime/srcdocFrames.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ test("8143: mods can run in srcdoc iframes", async ({
iframe.setAttribute("sandbox", "");
document.body.append(iframe);
});
await page.pause();

const frame = frameLocator.nth(2);
const locator = frame.locator("mark").first();
Expand Down

0 comments on commit 1b2eb68

Please sign in to comment.