-
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. Autoborder handler. #2965
Cypress test. Autoborder handler. #2965
Conversation
…o dkru/cypress-test-case-60-autoborder-handler
…o dkru/cypress-test-case-60-autoborder-handler-origin
testActivatingShape(450, 400, '#cvat_canvas_shape_1'); | ||
testCollectCxCircleCoord(rectangleSvgJsCircleId); | ||
testActivatingShape(650, 400, '#cvat_canvas_shape_2'); | ||
testCollectCxCircleCoord(rectangleSvgJsCircleIdSecond); |
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.
Should we test anything in before?
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.
Moved to the 1st it(). These functions simply collect parameter values.
testCollectCxCircleCoord(polygonSvgJsCircleId); | ||
}); | ||
|
||
it('Start drawning a polyline with autobordering beetwen the two shapes.', () => { |
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.
drawing*
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.
Typo fixed.
…o dkru/cypress-test-case-60-autoborder-handler-origin
Motivation and context
Add Cypress test.
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.