From e37db4e440b064f270dc86b0a48aefbc3440ea9c Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:45:58 +0000 Subject: [PATCH] fix(test): shared form verify success msg test fail --- tests/playwright/pages/SharedForm/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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() {