diff --git a/tests/cypress/integration/actions_tasks_objects/pr_2203_error_сannot_read_property_at_saving_job.js b/tests/cypress/integration/actions_tasks_objects/pr_2203_error_сannot_read_property_at_saving_job.js index f0f68d50..dce7ad15 100644 --- a/tests/cypress/integration/actions_tasks_objects/pr_2203_error_сannot_read_property_at_saving_job.js +++ b/tests/cypress/integration/actions_tasks_objects/pr_2203_error_сannot_read_property_at_saving_job.js @@ -23,7 +23,7 @@ context('Check error сannot read property at saving job', () => { cy.openTaskJob(taskName); }); - after('Go to task list', () => { + after('Remove annotations and save job', () => { cy.removeAnnotations(); cy.saveJob(); });