diff --git a/cypress/integration/test_spec.js b/cypress/integration/test_spec.js index dd26fa474414d8a0f6d6d62fa40af4d6ff21f994..8cf28bb45b45f06946942715e34aea06cb977316 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')