Minor fix.

main
Kruchinin 5 years ago
parent 12443f53a3
commit 276278f4f1

@ -147,7 +147,7 @@ context('Appearance features', () => {
});
// Disable "Outlined borders" and check css "stroke" for polyline.
cy.get('.cvat-appearance-outlinded-borders-checkbox').click();
cy.get('#cvat_canvas_shape_3').should('have.css', 'stroke', 'rgb(224, 224, 224)') // have CSS property stroke with the value rgb(224, 224, 224)
cy.get('#cvat_canvas_shape_3').should('have.css', 'stroke', 'rgb(224, 224, 224)'); // have CSS property stroke with the value rgb(224, 224, 224)
});
});
});

Loading…
Cancel
Save