cypress-io / cypress-example-recipes

Various recipes for testing common scenarios with Cypress

Home Page:https://on.cypress.io/examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to verify the text color in cypress

senthkum opened this issue · comments

Hi Team,

I have a requirement to verify the text color from the application, I googled and tried with multiple code and it did not work, can you please help me with the code.

cy.get('.ico-logout').should('have.css', 'color', '#AF0304')

cy.get('.ico-logout').should('have.css', 'color').and('be.colored', '#AF0304')

image

image

image

Thanks
Senthil. M

See the recipe https://github.com/cypress-io/cypress-example-recipes/tree/master/examples/extending-cypress__chai-assertions - you need to install additional NPM module with that assertion