diff --git a/tests/cypress/integration/actions_tasks/task_changes_status_after_initial_save.js b/tests/cypress/integration/actions_tasks/task_changes_status_after_initial_save.js index 361519a9..0e820eb8 100644 --- a/tests/cypress/integration/actions_tasks/task_changes_status_after_initial_save.js +++ b/tests/cypress/integration/actions_tasks/task_changes_status_after_initial_save.js @@ -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'); }); });