diff --git a/cypress/e2e/2-create-account.cy.js b/cypress/e2e/2-create-account.cy.js index 2ee53d5d..a40fd168 100644 --- a/cypress/e2e/2-create-account.cy.js +++ b/cypress/e2e/2-create-account.cy.js @@ -22,7 +22,7 @@ describe('Create Account Page', () => { cy.get('#vocation1').check() cy.get('#accept_rules').check() - cy.get('#createaccount').submit() + cy.get('#form').submit() // no errors please cy.contains('The Following Errors Have Occurred:').should('not.exist') diff --git a/system/templates/account.create.html.twig b/system/templates/account.create.html.twig index d6105a70..40a9313c 100644 --- a/system/templates/account.create.html.twig +++ b/system/templates/account.create.html.twig @@ -297,7 +297,7 @@
- |