| Index: tools/skp/page_sets/skia_mlb_nexus10.py
|
| diff --git a/tools/skp/page_sets/skia_mlb_nexus10.py b/tools/skp/page_sets/skia_mlb_nexus10.py
|
| index d95eeed3bbee95294c8bfc3ee299365882ad39b7..239b15538cace080b0893580811df6364dc28376 100644
|
| --- a/tools/skp/page_sets/skia_mlb_nexus10.py
|
| +++ b/tools/skp/page_sets/skia_mlb_nexus10.py
|
| @@ -18,6 +18,10 @@ class SkiaBuildbotDesktopPage(page_module.Page):
|
| self.user_agent_type = 'tablet'
|
| self.archive_data_file = 'data/skia_mlb_nexus10.json'
|
|
|
| + def RunNavigateSteps(self, action_runner):
|
| + action_runner.NavigateToPage(self)
|
| + action_runner.Wait(5)
|
| +
|
|
|
| class SkiaMlbNexus10PageSet(page_set_module.PageSet):
|
|
|
|
|