New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 767510 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug



Sign in to add a comment

BookmarksNewGenTestCase tests fail on small screen size phones

Project Member Reported by eugene...@chromium.org, Sep 21 2017

Issue description

App 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.


 

Comment 1 by jif@chromium.org, Sep 22 2017

Owner: martiw@chromium.org
Status: Assigned (was: Untriaged)

Comment 2 by martiw@chromium.org, 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.
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?
Labels: M-63
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?
Status: WontFix (was: Assigned)
It is possible. We can always reopen the bug if necessary. Thanks!

Sign in to add a comment