maestro
maestro copied to clipboard
[BUG] scrollUntilVisible can't handle Ümlauts
trafficstars
Given a button labeled Antrag zurückziehen below "the fold"
- scrollUntilVisible:
element:
text: "Antrag zurückziehen"
won't even begin to scroll down.
- scrollUntilVisible:
element:
text: "Antrag zuruckziehen"
Starts scrolling, but obviously times out eventually as it won't be able to find an element with Antrag zuruckziehen
Funnily enough
- tapOn:
text: "Antrag zurückziehen"
works just fine, so God knows what's going on 😅
@marckrenn is this bug still occuring? i tried to reproduce, but it works fine for me