update: wrapping up and final adjustments to completed test flows

This commit is contained in:
Jure Ursic
2020-07-16 15:50:16 +02:00
parent 564e8d71da
commit c548add236
16 changed files with 607 additions and 114 deletions

View File

@ -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(' '))