It looks to only fail on iOS 10 devices. It's a little tricky finding failures on the tree, because we skip tests if a system alert is present, which happens quite frequently. So it looks flaky, but I think it is failing 100% on iPhone and iPad iOS 10. I looked and all red builds had it failing, while the green runs were cases where the showcase EG suite did not run.
It failed here (and the 3 prior runs)
https://uberchromegw.corp.google.com/i/internal.bling.main/builders/ipad10-device-x64/builds/7065
It has an error that multiple elements are found in the UI:
Exception Name: MultipleElementsFoundException
Exception Reason: Multiple UI elements matched for the given criteria.
Exception with Action: {
"Action Name" : "Tap",
"Element Matcher" : "((respondsToSelector(isAccessibilityElement) && isAccessibilityElement) && accessibilityLabel('Back'))",
"Recovery Suggestion" : "Create a more specific matcher to uniquely match an element. If that's not possible then use atIndex: to select from one of the matched elements but the order of elements may change."
}
Comment 1 by bugdroid1@chromium.org
, Oct 5 2017