diff --git a/cypress/integration/edit-project.spec.js b/cypress/integration/edit-project.spec.js
index ba347656533ecca9e9c65a4201fe343310ef43f0..f3d7c543bbbf336e6af765f1a95d6962e9e81344 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');