features: notifications fix + tests fix + menu/router fixes
This commit is contained in:
@ -26,9 +26,9 @@ context('Edit Project Browser Testing', () => {
|
||||
it('should login', () => cy.login());
|
||||
describe('Project Edition process', () => {
|
||||
it('should visit the project list screen', () => {
|
||||
cy.visit('/admin/admin-projects');
|
||||
cy.visit('/admin-projects');
|
||||
cy.location().should((loc) => {
|
||||
expect(loc.pathname).to.eq('/admin/admin-projects');
|
||||
expect(loc.pathname).to.eq('/admin-projects');
|
||||
});
|
||||
});
|
||||
it('should visit the last project edit screen', () => {
|
||||
|
Reference in New Issue
Block a user