Revert "Fix form id"

This reverts commit d225c2da26.
This commit is contained in:
slawkens
2024-05-30 13:48:53 +02:00
parent 1e8198635e
commit 6be4a42c5a
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ describe('Create Account Page', () => {
cy.get('#vocation1').check()
cy.get('#accept_rules').check()
cy.get('#form').submit()
cy.get('#createaccount').submit()
// no errors please
cy.contains('The Following Errors Have Occurred:').should('not.exist')