Browse Source

refactor(tests): remove looking for ant collapse

pull/3669/head
braks 2 years ago
parent
commit
c0987300ae
  1. 4
      scripts/cypress/integration/common/4b_table_view_share.js

4
scripts/cypress/integration/common/4b_table_view_share.js

@ -13,10 +13,6 @@ const generateLinkWithPwd = () => {
.should("be.visible");
// enable checkbox & feed pwd, save
cy.getActiveModal(".nc-modal-share-view")
.find(".ant-collapse")
.should("exist")
.click();
cy.getActiveModal(".nc-modal-share-view")
.find(".ant-checkbox-input")
.should("exist")

Loading…
Cancel
Save