fix: typo
This commit is contained in:
parent
4ab6ab9764
commit
0441d5fb1a
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user