Skip to content

Commit

Permalink
fix: closing the page fails the test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten committed Jan 7, 2024
1 parent 13b91e4 commit 83fbae5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nvdaTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export const nvdaTest = test.extend<{

await page.goto("about:blank", { waitUntil: "load" });
await page.bringToFront();
await page.close();

nvdaPlaywright.navigateToWebContent = async () => {
// Make sure NVDA is not in focus mode.
Expand Down

0 comments on commit 83fbae5

Please sign in to comment.