From 075c6670372571a852a9d226e77241e6250f9e12 Mon Sep 17 00:00:00 2001 From: Dmitriy Oparin Date: Mon, 16 Nov 2020 09:12:30 +0300 Subject: [PATCH] rename step --- .../pr_2203_error_сannot_read_property_at_saving_job.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });