Skip to content

Commit

Permalink
Fix broken cypress-test color
Browse files Browse the repository at this point in the history
  • Loading branch information
saarasat committed Sep 16, 2020
1 parent 3bf0b13 commit 8b52a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/sidebar.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('Sidebar tests', function () {
expect(res).to.be.eq(1100)
)

cy.get('[data-cy=textarea-review_of_last_years_situation_report] > [style="color: red;"]').then(
cy.get('[data-cy=textarea-review_of_last_years_situation_report] > [style="color: rgb(230, 78, 64);"]').then(
(el) => {
expect(el.text()).to.be.eq('1100/1000')
}
Expand Down

0 comments on commit 8b52a0f

Please sign in to comment.