diff --git a/tests/playwright/pages/Dashboard/Form/index.ts b/tests/playwright/pages/Dashboard/Form/index.ts index e84b0bc2b5..74335f7f6c 100644 --- a/tests/playwright/pages/Dashboard/Form/index.ts +++ b/tests/playwright/pages/Dashboard/Form/index.ts @@ -138,6 +138,8 @@ export class FormPage extends BasePage { } async removeAllFields() { + // TODO: Otherwise form input boxes are not visible sometimes + await this.rootPage.waitForTimeout(1000); await this.removeAllButton.click(); }