Skip to content
Snippets Groups Projects
Commit 3d0711ce authored by Endre Braut Medhus's avatar Endre Braut Medhus
Browse files

Add missing parenthasis

parent f229ca8f
Branches
No related tags found
1 merge request!7Refactor/scripts/myathletes.js
Pipeline #127026 passed
...@@ -398,7 +398,7 @@ describe('profilepage', () => { ...@@ -398,7 +398,7 @@ describe('profilepage', () => {
cy.get("#birthday").should("have.value", birthday1) cy.get("#birthday").should("have.value", birthday1)
cy.get("#favoriteExercise").should("have.value", favoriteExercise1) cy.get("#favoriteExercise").should("have.value", favoriteExercise1)
cy.get("#bio").should("have.value", bio1) cy.get("#bio").should("have.value", bio1)
} })
it('visit my athletes', () => { it('visit my athletes', () => {
cy.visit('/myathletes.html') cy.visit('/myathletes.html')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment