features: notifications fix + tests fix + menu/router fixes
This commit is contained in:
@ -24,9 +24,9 @@ context('Leave Project Browser Testing', () => {
|
||||
it('should login', () => cy.login());
|
||||
describe('Project Leaving process', () => {
|
||||
it('should visit the projects 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 click the last project leave button', () => {
|
||||
|
Reference in New Issue
Block a user