Cypress: Error: Syntax error, unrecognized expression – How to escape
I’m writing Cypress tests for our first hopefully-soon-to-be-purchased Shopware plugin and stumbled over: The problem? Cypress is using jQuery internally and therefore you need to escape the parameter for cy.get properly. Thankfully K K Agrawal wrote a blogpost about how to do that! He added a method to do it but unfortunately no easy to […]