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:
Raju Udava
2022-09-21 11:56:38 +05:30
parent 421f203b2a
commit ece6f75a4e

View File

@@ -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)`, () => {