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

@@ -22,7 +22,7 @@ export const genTest = (apiType, dbType) => {
.last()
.click();
cy.getActiveModal()
cy.getActiveModal(".nc-modal-project-delete")
.find(".ant-btn-dangerous")
.should("exist")
.click();