Index: content/test/gpu/gpu_tests/screenshot_sync.py |
diff --git a/content/test/gpu/gpu_tests/screenshot_sync.py b/content/test/gpu/gpu_tests/screenshot_sync.py |
index 03ca5951c8195292d46c1929eb0a11c7a5a0e8a2..a2d8abb540e8600ac06380697eb439e9b34ee75f 100644 |
--- a/content/test/gpu/gpu_tests/screenshot_sync.py |
+++ b/content/test/gpu/gpu_tests/screenshot_sync.py |
@@ -37,7 +37,7 @@ class ScreenshotSyncPage(page.Page): |
self.user_agent_type = 'desktop' |
def RunNavigateSteps(self, action_runner): |
- action_runner.RunAction(NavigateAction()) |
+ action_runner.NavigateToPage(self) |
action_runner.RunAction(WaitAction({ |
'javascript': 'window.__testComplete', |
'timeout': 120})) |