| Index: tools/perf/page_sets/system_health/chrome_stories.py
|
| diff --git a/tools/perf/page_sets/system_health/chrome_stories.py b/tools/perf/page_sets/system_health/chrome_stories.py
|
| index 20e30148b1fc3d5cd619b1908c3cf297df00c19a..0fdb5ca17b12d8125bcaf1a4da71add261c6ed58 100644
|
| --- a/tools/perf/page_sets/system_health/chrome_stories.py
|
| +++ b/tools/perf/page_sets/system_health/chrome_stories.py
|
| @@ -87,4 +87,4 @@ class MobileNewTabPageStory(system_health_story.SystemHealthStory):
|
| action_runner.WaitForNavigate()
|
|
|
| app_ui.WaitForUiNode(resource_id='menu_button').Tap()
|
| - app_ui.WaitForUiNode(resource_id='menu_item_text')
|
| + app_ui.WaitForUiNode(content_desc='New tab')
|
|
|