update: wrapping up and final adjustments to completed test flows
This commit is contained in:
@ -21,8 +21,8 @@ context('Edit Channel Browser Testing', () => {
|
||||
beforeEach(() => cy.restoreLocalStorage());
|
||||
afterEach(() => cy.saveLocalStorage());
|
||||
it('should visit user login screen', () => cy.userLogin());
|
||||
it('should login', () => cy.login());
|
||||
describe('Channel Edition process', () => {
|
||||
it('should login', () => cy.login());
|
||||
it('should visit the channel list screen', () => cy.naviagte('/admin'));
|
||||
it('should visit the last channel edit screen', () => {
|
||||
cy.get(menuQuery.join(' '))
|
||||
|
Reference in New Issue
Block a user