chore(CY): modal class name map fix - share base

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-09-13 21:53:27 +05:30
parent e738728cba
commit 50eaf81b0b
2 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ export const genTest = (apiType, dbType) => {
.click();
// Copy URL
cy.getActiveModal(".nc-modal-invite-user-and-shared-base")
cy.getActiveModal(".nc-modal-invite-user-and-share-base")
.find(".nc-url")
.then(($obj) => {
cy.log($obj[0]);