Commit 7289aea0 authored by nednguyen's avatar nednguyen Committed by Commit bot

[tools/perf] Make pages in typical_25 page_set to wait for load event to triggered

BUG=617004

Review-Url: https://codereview.chromium.org/2033813005
Cr-Commit-Position: refs/heads/master@{#397905}
parent 423c8872
......@@ -50,6 +50,8 @@ class Typical25Page(page_module.Page):
def RunPageInteractions(self, action_runner):
if self._run_no_page_interactions:
action_runner.WaitForJavaScriptCondition(
'performance.timing.loadEventStart > 0')
return
with action_runner.CreateGestureInteraction('ScrollAction'):
action_runner.ScrollPage()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment