BookmarksNewGenTestCase tests fail on small screen size phones |
|||
Issue descriptionApp Version (from "Chrome Settings > About Chrome"): ToT iOS Version: All Device: iPhone SE f.e. Steps to reproduce: 1.) Run BookmarksNewGenTestCase from chrome_ui_eg_tests Observed behavior: Tests fail. Probably because an element is not visible on the screen and needs scrolling.
,
Sep 26 2017
eugenebut@ , I cannot reproduce the test breakage on iPhone SE simulator on iOS 10.0, 11.0. Could you reproduce it now? thx.
,
Sep 26 2017
When I fined the bug all tests were failing. Now Only testAccessibilityOnBookmarksDeleteUndo has failed:
../../ios/chrome/browser/ui/bookmarks/bookmarks_new_generation_egtest.mm:2103: error: -[BookmarksNewGenTestCase testAccessibilityOnBookmarksDeleteUndo] : Exception: NoMatchingElementException
Exception Name: NoMatchingElementException
Exception Reason: Cannot find UI element.
Exception with Action: {
"Action Name" : "Tap",
"Element Matcher" : "(kindOfClass('UITableViewCell') && descendantThatMatches(((kindOfClass('UILabel') || kindOfClass('UITextField') || kindOfClass('UITextView')) && hasText('Mobile Bookmarks'))))",
"Recovery Suggestion" : "Check if the element exists in the UI hierarchy printed below. If it exists, adjust the matcher so that it accurately matches element."
}
Marti, can you reproduce testAccessibilityOnBookmarksDeleteUndo failure?
,
Oct 8 2017
,
Oct 9 2017
Hi eugenebut@ , I just tried again after sync. I still cannot reproduce the breakage of any BookmarksNewGenTestCase tests on iPhone SE simulator (iOS 10.0, 11.0) using Xcode 9. May be the breakage is gone already?
,
Oct 9 2017
It is possible. We can always reopen the bug if necessary. Thanks! |
|||
►
Sign in to add a comment |
|||
Comment 1 by jif@chromium.org
, Sep 22 2017Status: Assigned (was: Untriaged)