From ace75ca96d844840c17590eb7b3d6bca8bc9d385 Mon Sep 17 00:00:00 2001 From: Dmitriy Oparin Date: Mon, 16 Nov 2020 10:19:28 +0300 Subject: [PATCH] added EOF string --- .../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 dce7ad15..e2132961 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 @@ -52,4 +52,4 @@ context('Check error сannot read property at saving job', () => { cy.contains('Oops, something went wrong').should('not.exist'); }); }); -}); \ No newline at end of file +});