feat(testing): Improved flakyness

This commit is contained in:
Muhammed Mustafa
2022-10-19 17:17:36 +05:30
parent 49eb1f9049
commit f843b420e1
2 changed files with 4 additions and 4 deletions

View File

@@ -237,14 +237,14 @@ test.describe("Meta sync", () => {
await dashboard.grid.toolbar.sort.addSort({
columnTitle: "Col1",
isAscending: false,
isLocallySaved: true
isLocallySaved: false
});
await dashboard.grid.toolbar.filter.addNew({
columnTitle: "Col1",
opType: ">=",
value: "5",
isLocallySaved: true
isLocallySaved: false
});
await dashboard.grid.verifyRowCount({ count: 5 });