'.should' assertion is not working properly with  
See original GitHub issueI am trying to assert that a span has the value “0,00 €” but it seems like it doesn’t work properly
cy.get(".shipping_amount").should("have.text","0,00 €");
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Asserting text of element with   - mocha.js - Stack Overflow
I need to check the text of a Div tag and ensure if it is showing the correct text of not.
Read more >Confirming the text with non breaking space entity - YouTube
In this video I answer the question from https://github.com/cypress-io/cypress/ issues /15863 by showing how to assert text that uses ...
Read more >MUnit Spy has failed assertions that do not fail test
The Spy on set-payload works fine and will fail the test properly. I tried taking smtp out of the async block and it...
Read more >The SAML assertion isn't encrypted. - ComponentSpace
But when we set it to WantAssertionEncrypted="true", we got the error saying "The SAML assertion isn't encrypted." Also from the ComponentSpace SAML ...
Read more >Assert using XPath in XML contained in CDATA
Hi Ole, I am trying to add XPath assertions to validate the data that I am getting in a ... but no corporate/government...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We could probably document this edge case in our docs to make finding it easier
Sent from my iPhone
Wrote in the other issue, but here’s how you could write this: