Add improvements in the Failure Error Message for cases mentioned in Issue #258.
Open
type: enhancement
- Dominant language
- Objective-C
- Stars
- 5.7k
- Forks
- 737
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 5
Description
- Don't mention tapping at all if the matcher can't find the element
- When using grey_accessibilityLabel, point the user at accessibilityLabel (not accessibilityIdentifier)
- Give the user a hint about isAccessibilityElement if the element is found but isn't marked as accessible. I had no idea what AX=N meant.
As mentioned [here](https://github.com/google/EarlGrey/issues/258#issuecomment-245756325) by @gurgeous.
Contributor guide
Assessment
This issue has not been assessed yet.