mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 13:56:33 +00:00
chore(CY): invite user class name fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -120,7 +120,7 @@ export class _mainPage {
|
||||
// opt-in requested role & submit
|
||||
// cy.getActiveSelection().contains(roleType).click({force: true});
|
||||
cy.getActiveSelection().find('.nc-role-option').eq(roleIndex).should('exist').click()
|
||||
cy.getActiveModal(".invite-user-and-shared-base").find("button.ant-btn-primary").click();
|
||||
cy.getActiveModal(".nc-modal-invite-user-and-shared-base").find("button.ant-btn-primary").click();
|
||||
|
||||
cy.toastWait("Successfully updated the user details");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user