Skip to content

Commit c4eb51c

Browse files
author
J K
committed
Remove unnecessary wait
1 parent fd7349a commit c4eb51c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/ui/pages/sauce-demo.page.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ export class SauceDemoPage {
7777

7878
lastPrice = parsedNumber;
7979
}
80-
81-
await this.page.waitForLoadState("networkidle");
8280
}
8381

8482
async removeProductFromCart() {

0 commit comments

Comments
 (0)