Skip to content
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

Fixed rotation is lost during changing a mutable attribute #5968

Merged
merged 6 commits into from
Apr 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed test
bsekachev committed Apr 4, 2023
commit b4ad3e912bf100b0141d695126418be721dd47a2
3 changes: 1 addition & 2 deletions tests/cypress/e2e/actions_tasks/mutable_attributes.js
Original file line number Diff line number Diff line change
@@ -61,8 +61,7 @@ context('Mutable attribute.', () => {
it('Go to Standard mode. The object details have correct values on the corresponding frames.', () => {
cy.changeWorkspace('Standard');
cy.get('#cvat_canvas_shape_1')
.trigger('mousemove')
.trigger('mouseover')
.trigger('mousemove', { scrollBehavior: false })
.should('have.class', 'cvat_canvas_shape_activated');
[
[