Browse Source

test: change modal not.exist to not.be.visible

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3655/head
Raju Udava 2 years ago
parent
commit
ece6f75a4e
  1. 2
      scripts/cypress/integration/common/4f_grid_view_share.js

2
scripts/cypress/integration/common/4f_grid_view_share.js

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

Loading…
Cancel
Save