-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cypress test. Hotkeys to change labels feature. #3086
Cypress test. Hotkeys to change labels feature. #3086
Conversation
}); | ||
}); | ||
|
||
it('Changing a lebel for shape via hotkey.', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it('Changing a lebel for shape via hotkey.', () => { | |
it('Changing a label for a shape using hotkey.', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Fixed.
testCheckingAlwaysShowObjectDetails(); | ||
}); | ||
|
||
it('Changing default lebel before drawing a shape.', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it('Changing default lebel before drawing a shape.', () => { | |
it('Changing default label before drawing a shape.', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
Motivation and context
Add cypress test to check #3070 #3084
How has this been tested?
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.