mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 08:55:59 +00:00
test: small delay before meta diff
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -52,6 +52,7 @@ test.describe('Meta sync', () => {
|
|||||||
await dbExec(`CREATE TABLE table1 (id INT NOT NULL, col1 INT NULL, PRIMARY KEY (id))`);
|
await dbExec(`CREATE TABLE table1 (id INT NOT NULL, col1 INT NULL, PRIMARY KEY (id))`);
|
||||||
await dbExec(`CREATE TABLE table2 (id INT NOT NULL, col1 INT NULL, PRIMARY KEY (id))`);
|
await dbExec(`CREATE TABLE table2 (id INT NOT NULL, col1 INT NULL, PRIMARY KEY (id))`);
|
||||||
|
|
||||||
|
await dashboard.rootPage.waitForTimeout(1000);
|
||||||
await metaData.clickReload();
|
await metaData.clickReload();
|
||||||
await dashboard.rootPage.waitForTimeout(5000);
|
await dashboard.rootPage.waitForTimeout(5000);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user