Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1989)

Unified Diff: tools/perf/page_sets/system_health/chrome_stories.py

Issue 2961653002: Fix browse:chrome:newtab story (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698