Fix cypress test

This commit is contained in:
Ramon Wenger 2019-02-05 18:55:12 +01:00
parent 47761c11c0
commit f365225830
1 changed files with 1 additions and 1 deletions

View File

@ -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()