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

Issue 698774 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

Make shared EarlGrey matcher for context menu link to open new tab

Project Member Reported by baxley@chromium.org, Mar 6 2017

Issue description

This is the code that can be shared.
// Matcher for the Open in New Tab option in the context menu.
id<GREYMatcher> OpenInNewTabButton() {
  return ButtonWithAccessibilityLabelId(IDS_IOS_CONTENT_CONTEXT_OPENLINKNEWTAB);
}
 

Comment 3 by baxley@chromium.org, Mar 13 2017

Status: Fixed (was: Started)

Sign in to add a comment