Skip to content
Snippets Groups Projects
Commit 0441d5fb authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: typo

parent 4ab6ab97
No related branches found
No related tags found
1 merge request!213Solid XMPP Chat Upgrade
Pipeline #7496 canceled
...@@ -34,7 +34,7 @@ context('Edit Project Browser Testing', () => { ...@@ -34,7 +34,7 @@ context('Edit Project Browser Testing', () => {
it('should visit the last project edit screen', () => { it('should visit the last project edit screen', () => {
cy.get(menuQuery.join(' ')) cy.get(menuQuery.join(' '))
.invoke('attr', 'data-src') .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.visit('/project/@' + id + '/project-information/project-edit');
cy.location().should((loc) => { cy.location().should((loc) => {
expect(loc.pathname).to.eq('/project/@' + id + '/project-information/project-edit'); expect(loc.pathname).to.eq('/project/@' + id + '/project-information/project-edit');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment