Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinto committed Jul 10, 2024
1 parent c0513d8 commit cfe15e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/message-colors.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('Message Color Variants', () => {
cy.receiveMessageFixture('date-picker');

cy.get('.webchat-message-row button')
.should('have.css', 'background-color', 'rgb(16, 13, 13)')
.should('have.css', 'background-color', 'rgb(26, 26, 26)')
.should('have.css', 'color', 'rgb(255, 255, 255)');
});

Expand Down

0 comments on commit cfe15e8

Please sign in to comment.