| Index: ios/chrome/test/earl_grey/smoke_egtest.mm
|
| diff --git a/ios/chrome/test/earl_grey/smoke_egtest.mm b/ios/chrome/test/earl_grey/smoke_egtest.mm
|
| index 07a8bdbe939ced7d0bafaf279f9b2bb976e9ef9b..006cd0f9b9562f93b1c1a27ab362a804d8c01bf1 100644
|
| --- a/ios/chrome/test/earl_grey/smoke_egtest.mm
|
| +++ b/ios/chrome/test/earl_grey/smoke_egtest.mm
|
| @@ -20,7 +20,7 @@
|
|
|
| // Tests that the tools menu is tappable.
|
| - (void)testTapToolsMenu {
|
| - [[EarlGrey selectElementWithMatcher:chrome_test_util::toolsMenuButton()]
|
| + [[EarlGrey selectElementWithMatcher:chrome_test_util::ToolsMenuButton()]
|
| performAction:grey_tap()];
|
| }
|
|
|
|
|