| Index: ios/chrome/test/earl_grey/chrome_matchers.mm
|
| diff --git a/ios/chrome/test/earl_grey/chrome_matchers.mm b/ios/chrome/test/earl_grey/chrome_matchers.mm
|
| index 5478f04d7419679bc233b1b03191ebd2a0091b87..c721e1828a1c57f9879c9e8e7a0098b1b84ef665 100644
|
| --- a/ios/chrome/test/earl_grey/chrome_matchers.mm
|
| +++ b/ios/chrome/test/earl_grey/chrome_matchers.mm
|
| @@ -164,6 +164,10 @@ id<GREYMatcher> staticHtmlViewContainingText(NSString* text) {
|
| nil);
|
| }
|
|
|
| +id<GREYMatcher> cancelButton() {
|
| + return buttonWithAccessibilityLabelId(IDS_CANCEL);
|
| +}
|
| +
|
| id<GREYMatcher> forwardButton() {
|
| return buttonWithAccessibilityLabelId(IDS_ACCNAME_FORWARD);
|
| }
|
|
|