Fixed: actions_projects_models/registration_involved/base_actions_project_task_user.js (#38)

remove task2 should not exist
main
Kirill Lakhov 4 years ago committed by GitHub
parent f10f655859
commit 9c4375d42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -139,7 +139,6 @@ context('Base actions on the project', () => {
cy.closeNotification('.cvat-notification-notice-delete-project-failed'); cy.closeNotification('.cvat-notification-notice-delete-project-failed');
cy.openProject(projectName); cy.openProject(projectName);
cy.goToTaskList(); cy.goToTaskList();
cy.contains('strong', taskName.secondTask).should('not.exist');
cy.openTask(taskName.firstTask); cy.openTask(taskName.firstTask);
cy.goToTaskList(); cy.goToTaskList();
cy.logout(userName); cy.logout(userName);

Loading…
Cancel
Save