Skip to content

Commit

Permalink
Apply comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dvkruchinin committed Apr 13, 2021
1 parent 7acc06d commit 4a941bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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(() => {
Expand Down

0 comments on commit 4a941bf

Please sign in to comment.