features: notifications fix + tests fix + menu/router fixes
This commit is contained in:
@ -24,9 +24,9 @@ context('Delete Channel Browser Testing', () => {
|
||||
describe('Channel Retirement process', () => {
|
||||
let channelsLength;
|
||||
it('should visit the channels list screen', () => {
|
||||
cy.visit('/admin');
|
||||
cy.visit('/admin-circles');
|
||||
cy.location().should((loc) => {
|
||||
expect(loc.pathname).to.eq('/admin');
|
||||
expect(loc.pathname).to.eq('/admin-circles');
|
||||
});
|
||||
});
|
||||
it('should visit the last channel edit screen', () => {
|
||||
|
Reference in New Issue
Block a user