Skip to content

Commit

Permalink
fix: expected green
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Jan 14, 2025
1 parent 7a331ef commit ae88d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/loan/llamalend-markets.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('LlamaLend Markets', () => {
})

it('should show graphs', () => {
const [green, red] = [isDarkMode ? 'rgb(50, 206, 121)' : 'rgb(31, 162, 94)', 'rgb(237, 36, 47)']
const [green, red] = [isDarkMode ? 'rgb(50, 206, 121)' : 'rgb(22, 125, 74)', 'rgb(237, 36, 47)']
cy.get('[data-testid="line-graph-cell-lend"] path').first().should('have.css', 'stroke', green)
cy.get('[data-testid="line-graph-cell-borrow"] path').first().should('have.css', 'stroke', red)

Expand Down

0 comments on commit ae88d26

Please sign in to comment.