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

Unified Diff: tools/perf/benchmarks/maps.py

Issue 321563003: Add Wait* API to ActionRunner to wrap over WaitAction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to head. Created 6 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 | « content/test/gpu/page_sets/pixel_tests.py ('k') | tools/perf/measurements/polymer_load.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/maps.py
diff --git a/tools/perf/benchmarks/maps.py b/tools/perf/benchmarks/maps.py
index 7acda862b91ddd0796530b3fba3972b4f07a4479..ef84b4b735a3604f8ef0596e53aa1485675697ed 100644
--- a/tools/perf/benchmarks/maps.py
+++ b/tools/perf/benchmarks/maps.py
@@ -36,7 +36,7 @@ class MapsPage(page_module.Page):
def RunNavigateSteps(self, action_runner):
action_runner.NavigateToPage(self)
- action_runner.RunAction(WaitAction({'javascript': 'window.testDone'}))
+ action_runner.WaitForJavaScriptCondition('window.testDone')
@test.Disabled
« no previous file with comments | « content/test/gpu/page_sets/pixel_tests.py ('k') | tools/perf/measurements/polymer_load.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698