features: notifications fix + tests fix + menu/router fixes
This commit is contained in:
cypress/integration
create-channel.spec.jscreate-project.spec.jscreate-user.spec.jsdelete-channel.spec.jsedit-channel.spec.jsedit-project.spec.jsleave-channel.spec.jsleave-project.spec.jsretire-channel.spec.jsretire-project.spec.jssignin.spec.js
package-lock.jsonpackage.jsonsrc
@ -24,9 +24,9 @@ context('Leave Channel Browser Testing', () => {
|
||||
it('should login', () => cy.login());
|
||||
describe('Channel Leaving process', () => {
|
||||
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 click the last channel leave button', () => {
|
||||
|
Reference in New Issue
Block a user