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

This commit is contained in:
Ramesh Mane
2024-01-18 12:45:58 +00:00
parent 25efad37de
commit e37db4e440

View File

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