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