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

Unified Diff: tools/perf/page_sets/gmail_refresh.py

Issue 346923003: Add ActionRunner wrapper for the remaining less used actions (try 2): (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update unit test to skip test if touch is not supported. Created 6 years, 5 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 | « tools/perf/measurements/repaint_unittest.py ('k') | tools/perf/page_sets/key_mobile_sites.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/gmail_refresh.py
diff --git a/tools/perf/page_sets/gmail_refresh.py b/tools/perf/page_sets/gmail_refresh.py
index 588de86a53a714a326cd1a149fe5fff1752c234b..8770c7b751cc8a12d79ce2ea50ff6e042fb757d7 100644
--- a/tools/perf/page_sets/gmail_refresh.py
+++ b/tools/perf/page_sets/gmail_refresh.py
@@ -22,7 +22,7 @@ class GmailRefreshPage(page_module.Page):
self.archive_data_file = 'data/gmail_refresh.json'
def RunEndure(self, action_runner):
- action_runner.RunAction(ReloadAction({'seconds': 2}))
+ action_runner.ReloadPage()
class GmailRefreshPageSet(page_set_module.PageSet):
« no previous file with comments | « tools/perf/measurements/repaint_unittest.py ('k') | tools/perf/page_sets/key_mobile_sites.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698