I need to access following button:
This line works fine:
app.buttons["Reorder 1, $27 000, LondonStreet, ok, Pending"]
but this don't:
app.buttons.elementMatchingPredicate(NSPredicate(format: "accessibilityTitle BEGINSWITH[cd] %@", "Reorder 1"))