Skip to content

Commit

Permalink
fix failing tc
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyBlaise99 committed Apr 28, 2024
1 parent d085fdb commit acd50b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ describe('code highlighting works properly', () => {
// eslint-disable-next-line quotes
cy.get('.line-content').contains("'red': (") // jamessspanggg
.parent() // .code
// #f08080, transparencyValue 30
.should('have.css', 'background-color', 'rgba(240, 128, 128, 0.19)')
// #f08080, transparencyValue 50
.should('have.css', 'background-color', 'rgba(240, 128, 128, 0.314)')
.and('not.eq', firstAuthorColor);
});
});
Expand Down

0 comments on commit acd50b7

Please sign in to comment.