features: notifications fix + tests fix + menu/router fixes
This commit is contained in:
@ -25,9 +25,9 @@
|
||||
// it('should login', () => cy.login());
|
||||
// describe('User Creation process', () => {
|
||||
// it('should visit the user creation screen', () => {
|
||||
// cy.visit('/admin/admin-users/admin-users-create');
|
||||
// cy.visit('/admin-users-create');
|
||||
// cy.location().should((loc) => {
|
||||
// expect(loc.pathname).to.eq('/admin/admin-users/admin-users-create');
|
||||
// expect(loc.pathname).to.eq('/admin-users-create');
|
||||
// });
|
||||
// });
|
||||
// it('should enter correct user data', () => {
|
||||
@ -45,7 +45,7 @@
|
||||
// });
|
||||
// it('should land on users list screen', () => {
|
||||
// cy.location().should((loc) => {
|
||||
// expect(loc.pathname).to.eq('/admin/admin-users');
|
||||
// expect(loc.pathname).to.eq('/admin-users');
|
||||
// });
|
||||
// });
|
||||
// it('should land newly created user on users list screen', () => {
|
||||
|
Reference in New Issue
Block a user