mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 02:46:28 +00:00
cypress: add force: true to mainPage.shareView().click
This commit is contained in:
@@ -97,7 +97,7 @@ export const genTest = (apiType, dbType) => {
|
||||
// .find(".v-list > .v-list-item")
|
||||
// .contains("Share View")
|
||||
// .click();
|
||||
mainPage.shareView().click();
|
||||
mainPage.shareView().click({ force: true });
|
||||
|
||||
cy.wait(5000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user