Browse Source

fix(test): shared form verify success msg test fail

pull/7452/head
Ramesh Mane 9 months ago
parent
commit
e37db4e440
  1. 2
      tests/playwright/pages/SharedForm/index.ts

2
tests/playwright/pages/SharedForm/index.ts

@ -20,6 +20,8 @@ export class SharedFormPage extends BasePage {
httpMethodsToMatch: ['POST'], httpMethodsToMatch: ['POST'],
requestUrlPathToMatch: '/rows', requestUrlPathToMatch: '/rows',
}); });
await this.rootPage.waitForTimeout(200);
} }
async verifySuccessMessage() { async verifySuccessMessage() {

Loading…
Cancel
Save