mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 13:36:43 +00:00
feat(testing): Added await to all expect statments and stabalized a few tests
This commit is contained in:
@@ -85,7 +85,7 @@ test.describe("Expanded form URL", () => {
|
||||
url: "rowId=1",
|
||||
});
|
||||
let expandFormCount = await dashboard.expandedForm.count();
|
||||
expect(expandFormCount).toBe(2);
|
||||
await expect(expandFormCount).toBe(2);
|
||||
|
||||
// close child card
|
||||
await dashboard.expandedForm.cancel();
|
||||
|
||||
Reference in New Issue
Block a user