| Index: tools/perf/page_sets/tough_video_cases.py
|
| diff --git a/tools/perf/page_sets/tough_video_cases.py b/tools/perf/page_sets/tough_video_cases.py
|
| index fc23647a80b1122cf2c1e4260c498d97b96d0096..1c5c6e67ca993b97576f6668c003a190bd82d776 100644
|
| --- a/tools/perf/page_sets/tough_video_cases.py
|
| +++ b/tools/perf/page_sets/tough_video_cases.py
|
| @@ -46,10 +46,7 @@ class ToughVideoCasesPage(page_module.Page):
|
| 'wait_for_ended': False
|
| }))
|
| # Wait for 1 second so that we know the play-head is at ~1s.
|
| - action_runner.RunAction(WaitAction(
|
| - {
|
| - 'seconds': 1
|
| - }))
|
| + action_runner.Wait(1)
|
| # Seek to before the play-head location.
|
| action_runner.RunAction(SeekAction(
|
| {
|
| @@ -495,4 +492,3 @@ class ToughVideoCasesPageSet(page_set_module.PageSet):
|
| self.AddPage(Page27(self))
|
| self.AddPage(Page28(self))
|
| self.AddPage(Page29(self))
|
| -
|
|
|