From 68c5375bab90381cde279984a8df7a3aa3a452c2 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 16 Jan 2020 16:07:00 +0100 Subject: [PATCH] Add test to check solution display in surveys --- client/cypress/integration/solutions.spec.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/cypress/integration/solutions.spec.js b/client/cypress/integration/solutions.spec.js index 2d3b48ba..32a28e6f 100644 --- a/client/cypress/integration/solutions.spec.js +++ b/client/cypress/integration/solutions.spec.js @@ -65,7 +65,5 @@ describe('Solutions', () => { cy.get('.survey__page').should('exist'); cy.get('[data-cy=solution]').should('exist'); - - }); });