diff --git a/tests/playwright/pages/Dashboard/Grid/index.ts b/tests/playwright/pages/Dashboard/Grid/index.ts index 019b0d7f87..0de41eb84b 100644 --- a/tests/playwright/pages/Dashboard/Grid/index.ts +++ b/tests/playwright/pages/Dashboard/Grid/index.ts @@ -124,7 +124,7 @@ export class GridPage extends BasePage { await this.get().locator('.nc-grid-add-new-cell').click(); // wait for insert row response - await this.rootPage.waitForTimeout(400); + await this.rootPage.waitForTimeout(1000); const rowCount = index + 1; await expect(this.get().locator('.nc-grid-row')).toHaveCount(rowCount);