Index: tools/skp/page_sets/skia_pokemonwiki_desktop.py |
diff --git a/tools/skp/page_sets/skia_pokemonwiki_desktop.py b/tools/skp/page_sets/skia_pokemonwiki_desktop.py |
index 7c341338530a1e62253e0445db6cfe25a057ff16..612657c197227339a718de9022753fb583588935 100644 |
--- a/tools/skp/page_sets/skia_pokemonwiki_desktop.py |
+++ b/tools/skp/page_sets/skia_pokemonwiki_desktop.py |
@@ -19,7 +19,7 @@ class SkiaBuildbotDesktopPage(page_module.Page): |
self.archive_data_file = 'data/skia_pokemonwiki_desktop.json' |
def RunNavigateSteps(self, action_runner): |
- action_runner.NavigateToPage(self) |
+ action_runner.Navigate(self.url) |
action_runner.Wait(5) |