mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 05:06:50 +00:00
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:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user