Skip to content

Commit

Permalink
Update Driver.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MariuszSzpyt committed Oct 10, 2024
1 parent 6b70a4d commit f1e8988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/frontend/utils/Driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const DriverBuilder = (function () {
await driver.wait(
async () => {
const handles = await driver.getAllWindowHandles();
return handles.length > 2;
return handles.length > 1;
},
10000,
"Waiting for all extensions tabs to open",
Expand Down

0 comments on commit f1e8988

Please sign in to comment.