From 5820ece3f08679235104f5873ce8be014223f2e8 Mon Sep 17 00:00:00 2001 From: Kirill Lakhov Date: Sun, 29 May 2022 18:28:23 +0300 Subject: [PATCH] Fix CI-nightly: task_changes_status_after_initial_save test (#25) --- .../actions_tasks/task_changes_status_after_initial_save.js | 1 + 1 file changed, 1 insertion(+) 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'); }); });