diff --git a/client/cypress/integration/registration.spec.js b/client/cypress/integration/registration.spec.js index 0fdd8497..b9f89ae1 100644 --- a/client/cypress/integration/registration.spec.js +++ b/client/cypress/integration/registration.spec.js @@ -158,7 +158,7 @@ describe('Registration', () => { it('redirects to hello if email is missing', () => { cy.visit('/register'); - cy.get('[data-cy="hello-title"]').contains('Wollen sie mySkillbox jetzt im Unterricht verwenden?'); + cy.get('[data-cy="hello-title"]').contains('Wollen Sie mySkillbox jetzt im Unterricht verwenden?'); }); });