| Index: ios/showcase/tab_grid/sc_tab_grid_egtest.mm
|
| diff --git a/ios/showcase/tab_grid/sc_tab_grid_egtest.mm b/ios/showcase/tab_grid/sc_tab_grid_egtest.mm
|
| index ccce05d66ff1776de7d970566fe00ac8bbea00a0..43d10ee5a7966a31f4a9a89728b7f355ac807be7 100644
|
| --- a/ios/showcase/tab_grid/sc_tab_grid_egtest.mm
|
| +++ b/ios/showcase/tab_grid/sc_tab_grid_egtest.mm
|
| @@ -27,7 +27,7 @@
|
| showcase_utils::Open(@"TabGridViewController");
|
| [[EarlGrey selectElementWithMatcher:grey_accessibilityID(@"Tab 0_button")]
|
| performAction:grey_tap()];
|
| - [[EarlGrey selectElementWithMatcher:grey_text(@"TabCommands")]
|
| + [[EarlGrey selectElementWithMatcher:grey_text(@"TabGridCommands")]
|
| assertWithMatcher:grey_notNil()];
|
| [[EarlGrey selectElementWithMatcher:grey_accessibilityLabel(
|
| @"protocol_alerter_done")]
|
|
|