mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 04:26:42 +00:00
feat(testing): Improved stabilty
This commit is contained in:
@@ -165,6 +165,11 @@ export class ViewSidebarPage extends BasePage {
|
||||
.locator(".ant-modal-content")
|
||||
.locator('button:has-text("Submit"):visible')
|
||||
.click();
|
||||
await this.waitForResponse({
|
||||
httpMethodsToMatch: ["POST"],
|
||||
requestUrlPathToMatch: "/api/v1/db/meta/tables/",
|
||||
uiAction: submitAction,
|
||||
});
|
||||
await this.toastWait({ message: "View created successfully" });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user