We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04c3e4 commit f439837Copy full SHA for f439837
e2e-tests/page-objects/CategoryPage.ts
@@ -10,12 +10,10 @@ export class CategoryPage {
10
async changePage() {
11
await this.page.waitForLoadState('load');
12
await this.page.getByLabel('Next page').click();
13
- await this.page.waitForLoadState('networkidle');
14
}
15
16
async checkCategoryFilter() {
17
18
await this.page.getByRole('link', { name: 'Price: High to low' }).first().click();
19
20
21
0 commit comments