Question
Cypress - way to make contains() work in case-insensitive way
I have a project that doesn't capitalize on level of HTML and values in HTML have inconsistent capitalization.
Is there any way how to force Cypress to match text if I use only lower-case strings as arguments to contains() function?
48 39741
48