Fix cypress test

This commit is contained in:
Christian Cueni 2020-09-28 15:06:14 +02:00
parent 33bd20d44b
commit 68ec0e981e
1 changed files with 1 additions and 1 deletions

View File

@ -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?');
});
});