I am unable to tap on the LocationButton in a Swift UI Test. This is the button:
I am in a breakpoint in a UITest and I tried this without luck:
app.buttons.countreturns 0app.staticTexts["Current Location"].existsreturnsfalseapp.buttons["Current Location"].existsreturnsfalse
Is there something special about this button? How can I tap it in a UITest?
