mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 19:36:40 +00:00
feat(testing): Improved flakyness
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user