Skip to content

Commit

Permalink
Cypress. Fix case 16 for Firefox. (cvat-ai#3446)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvkruchinin authored Jul 21, 2021
1 parent 3be162a commit f82dcae
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ context('Actions on polygon', () => {
});

it('Activate first shape', () => {
cy.get('#cvat_canvas_shape_1').trigger('mousemove').trigger('mouseover');
cy.get('#cvat-objects-sidebar-state-item-1').trigger('mousemove').trigger('mouseover');
cy.get('#cvat_canvas_shape_1').should('have.class', 'cvat_canvas_shape_activated');
});

it('First shape is over the second shape', () => {
Expand Down

0 comments on commit f82dcae

Please sign in to comment.