Browse Source

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

pull/7452/head
Ramesh Mane 6 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'],
requestUrlPathToMatch: '/rows',
});
await this.rootPage.waitForTimeout(200);
}
async verifySuccessMessage() {

Loading…
Cancel
Save