feature: Leave project test flow
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user