Skip to content

Commit f439837

Browse files
committed
tests: remove networkidle
1 parent c04c3e4 commit f439837

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

e2e-tests/page-objects/CategoryPage.ts

-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ export class CategoryPage {
1010
async changePage() {
1111
await this.page.waitForLoadState('load');
1212
await this.page.getByLabel('Next page').click();
13-
await this.page.waitForLoadState('networkidle');
1413
}
1514

1615
async checkCategoryFilter() {
1716
await this.page.waitForLoadState('load');
1817
await this.page.getByRole('link', { name: 'Price: High to low' }).first().click();
19-
await this.page.waitForLoadState('networkidle');
2018
}
2119
}

0 commit comments

Comments
 (0)