Skip to content

Commit

Permalink
Update color
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Jul 29, 2022
1 parent 1659201 commit 651eef1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ describe('Dashboard edit action', () => {
// assert that the chart has changed colors
cy.get('.line .nv-legend-symbol')
.first()
.should('have.css', 'fill', 'rgb(157, 172, 185)');
.should('have.css', 'fill', 'rgb(117, 96, 170)');
});
});
it('the label colors should take precedence over the scheme', () => {
Expand Down

0 comments on commit 651eef1

Please sign in to comment.