Skip to content

Commit 1b92a99

Browse files
committed
Fixing create button name.
1 parent f1d0192 commit 1b92a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eform-client/cypress/e2e/j/eform-visual-editor.create-eform.spec.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,8 +661,8 @@ describe('Visual editor - Create eForm', () => {
661661
const eformName = generateRandmString();
662662

663663
// Create eForm from XML first (navigate to My eForms)
664-
// cy.get('#cancelEditBtn').click();
665-
// cy.wait(500);
664+
cy.get('#cancelCreateBtn').click();
665+
cy.wait(500);
666666

667667
// Create eForm using XML
668668
const xmlContent = `<?xml version="1.0" encoding="UTF-8"?>

0 commit comments

Comments
 (0)