Fix cypress test
This commit is contained in:
parent
47761c11c0
commit
f365225830
|
|
@ -1,7 +1,7 @@
|
|||
describe('Solutions', () => {
|
||||
it.only('does not display the solution at first, then displays them after clicking', () => {
|
||||
cy.viewport('macbook-15');
|
||||
cy.login('rahel.cueni', 'test');
|
||||
cy.login('nico.zickgraf', 'test');
|
||||
|
||||
cy.visit('/module/lohn-und-budget');
|
||||
cy.get('[data-cy=solution]').first()
|
||||
|
|
|
|||
Loading…
Reference in New Issue