test: small delay before meta diff

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2026-01-12 14:57:36 +03:00
parent e0bfd00227
commit f763882693

View File

@@ -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 table2 (id INT NOT NULL, col1 INT NULL, PRIMARY KEY (id))`);
await dashboard.rootPage.waitForTimeout(1000);
await metaData.clickReload();
await dashboard.rootPage.waitForTimeout(5000);