Hello, I just noticed that in the locator generated by the AutoTest system, an accented vowel (which I've got in a field of a grid) like 'à' is encoded as %C3%A0.
Unfortunately, the cy.getSC() method fails with this encoded vowel. If I replace its encoding with the actual character, then the test succeed.
Is it a Cypress problem? Or something that you may fix in the locator generation or in the Cypress integration commands?
Unfortunately, the cy.getSC() method fails with this encoded vowel. If I replace its encoding with the actual character, then the test succeed.
Is it a Cypress problem? Or something that you may fix in the locator generation or in the Cypress integration commands?
Comment