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