Add test to check solution display in surveys

This commit is contained in:
Ramon Wenger 2020-01-16 16:07:00 +01:00
parent 6b8b520bc5
commit 68c5375bab
1 changed files with 0 additions and 2 deletions

View File

@ -65,7 +65,5 @@ describe('Solutions', () => {
cy.get('.survey__page').should('exist');
cy.get('[data-cy=solution]').should('exist');
});
});