mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 05:36:44 +00:00
chore(CY): fix modal - class name map
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -416,7 +416,7 @@ export const genTest = (apiType, dbType, testMode) => {
|
||||
.last()
|
||||
.click();
|
||||
|
||||
cy.getActiveModal()
|
||||
cy.getActiveModal(".nc-modal-project-delete")
|
||||
.find("button")
|
||||
.contains("Submit")
|
||||
.should("exist")
|
||||
|
||||
Reference in New Issue
Block a user