Skip to content

Commit 5820ece

Browse files
authored
Fix CI-nightly: task_changes_status_after_initial_save test (cvat-ai#25)
1 parent 561f4e2 commit 5820ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cypress/integration/actions_tasks/task_changes_status_after_initial_save.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ context('Delete a label from a task.', () => {
5555
cy.saveJob();
5656
cy.interactMenu('Open the task');
5757
cy.reload();
58+
cy.closeModalUnsupportedPlatform(); // If the Firefox browser closes the modal window after reload
5859
cy.get('td.cvat-job-item-state').invoke('text').should('equal', 'in progress');
5960
});
6061
});

0 commit comments

Comments
 (0)