chore(CY): fix modal - class name map

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-09-13 21:33:49 +05:30
parent 8270af97b8
commit 5bc43c0ac5
10 changed files with 25 additions and 15 deletions

View File

@@ -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")