Skip to content

Commit

Permalink
Fix flaky test - TC: SALEOR_205 Bulk delete customers (#4845)
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowee committed Jun 26, 2024
1 parent af6b9bb commit 502614b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-jars-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": minor
---

Fixing flaky test - TC: SALEOR_205 Bulk delete customers
1 change: 1 addition & 0 deletions playwright/pages/basePage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export class BasePage {
async typeInSearchOnListView(searchItem: string) {
await this.waitForNetworkIdle(async () => {
await this.searchInputListView.fill(searchItem);
await this.waitForGrid();
await this.waitForDOMToFullyLoad();
});
}
Expand Down

0 comments on commit 502614b

Please sign in to comment.