major: startinblox-feature-requests#181
This commit is contained in:
@ -33,9 +33,9 @@ context('Retire Project Browser Testing', () => {
|
||||
cy.get(menuQuery.join(' '))
|
||||
.invoke('attr', 'data-src')
|
||||
.then(url => cy.encodeUrl(url).then(id => {
|
||||
cy.visit('/project/@' + id + '/project-information/project-edit');
|
||||
cy.visit('/projects/@' + id + '/projects-information/projects-edit');
|
||||
cy.location().should((loc) => {
|
||||
expect(loc.pathname).to.eq('/project/@' + id + '/project-information/project-edit');
|
||||
expect(loc.pathname).to.eq('/projects/@' + id + '/projects-information/projects-edit');
|
||||
});
|
||||
}));
|
||||
});
|
||||
@ -50,7 +50,7 @@ context('Retire Project Browser Testing', () => {
|
||||
.invoke('attr', 'data-src')
|
||||
.then(url => cy.encodeUrl(url).then(id => {
|
||||
cy.location().should((loc) => {
|
||||
expect(loc.pathname).to.eq('/project/@' + id + '/project-information/project-edit');
|
||||
expect(loc.pathname).to.eq('/projects/@' + id + '/projects-information/projects-edit');
|
||||
});
|
||||
}));
|
||||
});
|
||||
|
Reference in New Issue
Block a user