feature: Leave project test flow

This commit is contained in:
Jure Ursic
2020-07-14 16:11:54 +02:00
parent 9a6ea85bbb
commit a9f86520bb
3 changed files with 52 additions and 1 deletions

View File

@ -17,7 +17,7 @@ context('Retire Project Browser Testing', () => {
it('should visit user login screend', () => cy.userLogin());
describe('Project Retirement process', () => {
it('should login', () => cy.login());
it('should visit the project creation screen', () => cy.naviagte('/admin/admin-projects'));
it('should visit the projects list screen', () => cy.naviagte('/admin/admin-projects'));
it('should visit the last project edit screen', () => {
cy.get(menuQuery.join(' '))
.invoke('attr', 'data-src')