Skip to content

Commit

Permalink
Update launchBrowser.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilgupta1789 authored Dec 5, 2024
1 parent a3d5921 commit 175a71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/launchBrowser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test.describe("Launch Browser suite", ()=>{
const browser = await chromium.launch();
const context = await browser.newContext();
const page = await context.newPage();
page.goto("https://www.google.com");
await page.goto("https://www.google.com");
});


Expand Down

0 comments on commit 175a71f

Please sign in to comment.