Fix CI-nightly: task_changes_status_after_initial_save test (#25)

main
Kirill Lakhov 4 years ago committed by GitHub
parent 561f4e299d
commit 5820ece3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,6 +55,7 @@ context('Delete a label from a task.', () => {
cy.saveJob();
cy.interactMenu('Open the task');
cy.reload();
cy.closeModalUnsupportedPlatform(); // If the Firefox browser closes the modal window after reload
cy.get('td.cvat-job-item-state').invoke('text').should('equal', 'in progress');
});
});

Loading…
Cancel
Save