Fix cypress test
This commit is contained in:
parent
33bd20d44b
commit
68ec0e981e
|
|
@ -158,7 +158,7 @@ describe('Registration', () => {
|
||||||
|
|
||||||
it('redirects to hello if email is missing', () => {
|
it('redirects to hello if email is missing', () => {
|
||||||
cy.visit('/register');
|
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?');
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue