fix: typo

This commit is contained in:
Jean-Baptiste Pasquier 2020-09-17 13:17:55 +02:00
parent 4ab6ab9764
commit 0441d5fb1a
1 changed files with 1 additions and 1 deletions

View File

@ -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');