mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 02:36:45 +00:00
feat(testing): Added polling to most expect and added stabalization
This commit is contained in:
@@ -84,8 +84,7 @@ test.describe("Expanded form URL", () => {
|
||||
header: "Kabul",
|
||||
url: "rowId=1",
|
||||
});
|
||||
let expandFormCount = await dashboard.expandedForm.count();
|
||||
await expect(expandFormCount).toBe(2);
|
||||
await dashboard.expandedForm.verifyCount({count: 2});
|
||||
|
||||
// close child card
|
||||
await dashboard.expandedForm.cancel();
|
||||
|
||||
Reference in New Issue
Block a user