Merge pull request #2421 from dvkruchinin/dkru/fix-test-case14-firefox

Fix Cypress test "Appearance features".
main
Boris Sekachev 5 years ago committed by GitHub
commit 5e2a9e35e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,7 +116,7 @@ context('Appearance features', () => {
.should('have.attr', 'projections', 'true');
cy.get('.cvat_canvas_cuboid_projections').should('be.visible');
// Deactivate all objects
cy.get('.cvat-canvas-container').click();
cy.get('.cvat-canvas-container').click(500, 500);
});
it('Activate checkbox "outlined borders" with a red color. The borders are red on the objects.', () => {
cy.get('.cvat-appearance-outlinded-borders-checkbox').click();

Loading…
Cancel
Save