diff --git a/cypress/integration/edit-project.spec.js b/cypress/integration/edit-project.spec.js index ba34765..f3d7c54 100644 --- a/cypress/integration/edit-project.spec.js +++ b/cypress/integration/edit-project.spec.js @@ -34,7 +34,7 @@ context('Edit Project Browser Testing', () => { it('should visit the last project edit screen', () => { cy.get(menuQuery.join(' ')) .invoke('attr', 'data-src') - .then(url => cy.encodeUrl(url).then(id => {{ + .then(url => cy.encodeUrl(url).then(id => { cy.visit('/project/@' + id + '/project-information/project-edit'); cy.location().should((loc) => { expect(loc.pathname).to.eq('/project/@' + id + '/project-information/project-edit');