Posts by Robson Luiz • 11 points
2 posts
-
0
votes1
answer71
viewsA: How do I validate if a phrase containing accented words was displayed on the screen?
I was able to validate the phrase O triângulo é Equilátero I changed the command element_exists for macro %Q|I should see "#{text}"| Look how it turned out: Entao(/^a mensagem "(.*?)" será…
-
1
votes1
answer71
viewsQ: How do I validate if a phrase containing accented words was displayed on the screen?
I am using Calabash-Android to perform automated tests and I want to know how I can validate if a phrase containing accented words was displayed on the screen. file.Feature # language: pt #…