mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 22:07:09 +00:00
fix(test): shared form verify success msg test fail
This commit is contained in:
@@ -20,6 +20,8 @@ export class SharedFormPage extends BasePage {
|
||||
httpMethodsToMatch: ['POST'],
|
||||
requestUrlPathToMatch: '/rows',
|
||||
});
|
||||
|
||||
await this.rootPage.waitForTimeout(200);
|
||||
}
|
||||
|
||||
async verifySuccessMessage() {
|
||||
|
||||
Reference in New Issue
Block a user