Skip to content

Commit

Permalink
test: typo in layoutValidation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Feb 26, 2024
1 parent d509b68 commit 472272e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/layoutValidation.cy.js
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ describe('layout validation', () => {

goToStartPage()

if (type === 'enrollemnt') {
if (type === 'enrollment') {
cy.getBySel('input-enrollment').click()
}

0 comments on commit 472272e

Please sign in to comment.