From 3d0711ce57d555ecdf65736c27836a2898808c5e Mon Sep 17 00:00:00 2001 From: Endre Braut Medhus <endrebm@stud.ntnu.no> Date: Mon, 12 Apr 2021 15:45:00 +0200 Subject: [PATCH] Add missing parenthasis --- cypress/integration/test_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/test_spec.js b/cypress/integration/test_spec.js index dd26fa47..8cf28bb4 100644 --- a/cypress/integration/test_spec.js +++ b/cypress/integration/test_spec.js @@ -398,7 +398,7 @@ describe('profilepage', () => { cy.get("#birthday").should("have.value", birthday1) cy.get("#favoriteExercise").should("have.value", favoriteExercise1) cy.get("#bio").should("have.value", bio1) - } + }) it('visit my athletes', () => { cy.visit('/myathletes.html') -- GitLab