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

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

Issue 2719853003: [Telemetry refactor] Drop "2" from method calls to JS API (Closed)
Patch Set: Created 3 years, 10 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/page_sets/mse_cases.py ('k') | tools/perf/page_sets/polymer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/oortonline.py
diff --git a/tools/perf/page_sets/oortonline.py b/tools/perf/page_sets/oortonline.py
index 55655d793be9d8976299418fc05d38b51403fa76..6e1f6e8a11ef7dd5504f8040ac3017385b036f2f 100644
--- a/tools/perf/page_sets/oortonline.py
+++ b/tools/perf/page_sets/oortonline.py
@@ -52,7 +52,7 @@ class OortOnlineTBMPage(OortOnlinePage):
def RunPageInteractions(self, action_runner):
WAIT_TIME_IN_SECONDS = 2
RUN_TIME_IN_SECONDS = 20
- action_runner.WaitForJavaScriptCondition2('window.benchmarkStarted')
+ action_runner.WaitForJavaScriptCondition('window.benchmarkStarted')
# Perform GC to get rid of start-up garbage.
action_runner.ForceGarbageCollection()
with action_runner.CreateInteraction('Begin'):
« no previous file with comments | « tools/perf/page_sets/mse_cases.py ('k') | tools/perf/page_sets/polymer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698