diff --git a/tests/playwright/pages/SharedForm/index.ts b/tests/playwright/pages/SharedForm/index.ts index 2f435427e9..a4bfbb3d08 100644 --- a/tests/playwright/pages/SharedForm/index.ts +++ b/tests/playwright/pages/SharedForm/index.ts @@ -20,6 +20,8 @@ export class SharedFormPage extends BasePage { httpMethodsToMatch: ['POST'], requestUrlPathToMatch: '/rows', }); + + await this.rootPage.waitForTimeout(200); } async verifySuccessMessage() {