From 0441d5fb1ae2f8e61367c4be2a09ebb10b4195a1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Thu, 17 Sep 2020 13:17:55 +0200 Subject: [PATCH] fix: typo --- cypress/integration/edit-project.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');