mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 06:56:47 +00:00
test: change modal not.exist to not.be.visible
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,7 @@ export const genTest = (apiType, dbType) => {
|
||||
viewURL[viewName] = $obj.text().trim();
|
||||
});
|
||||
|
||||
cy.getActiveModal(".nc-modal-share-view").should("not.exist");
|
||||
cy.getActiveModal(".nc-modal-share-view").should("not.be.visible");
|
||||
};
|
||||
|
||||
describe(`${apiType.toUpperCase()} api - GRID view (Share)`, () => {
|
||||
|
||||
Reference in New Issue
Block a user