From 4a941bfa5c45a826efb3453d652eff2459bb5b26 Mon Sep 17 00:00:00 2001 From: dvkruchinin Date: Tue, 13 Apr 2021 16:51:46 +0300 Subject: [PATCH] Apply comments --- .../actions_tasks_objects/case_72_hotkeys_change_labels.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cypress/integration/actions_tasks_objects/case_72_hotkeys_change_labels.js b/tests/cypress/integration/actions_tasks_objects/case_72_hotkeys_change_labels.js index 9066ab08157b..ac1956982b8d 100644 --- a/tests/cypress/integration/actions_tasks_objects/case_72_hotkeys_change_labels.js +++ b/tests/cypress/integration/actions_tasks_objects/case_72_hotkeys_change_labels.js @@ -69,7 +69,7 @@ context('Hotkeys to change labels feature.', () => { }); }); - it('Changing a lebel for shape via hotkey.', () => { + it('Changing a label for a shape using hotkey.', () => { const createPolygonShape = { reDraw: false, type: 'Shape', @@ -96,7 +96,7 @@ context('Hotkeys to change labels feature.', () => { testCheckingAlwaysShowObjectDetails(); }); - it('Changing default lebel before drawing a shape.', () => { + it('Changing default label before drawing a shape.', () => { cy.interactControlButton('draw-rectangle'); cy.switchLabel(firstLabelCurrentVal, 'draw-rectangle'); cy.get('.cvat-draw-rectangle-popover-visible').within(() => {