| Index: content/test/gpu/gpu_tests/maps.py
|
| diff --git a/content/test/gpu/gpu_tests/maps.py b/content/test/gpu/gpu_tests/maps.py
|
| index bb431fb55f73c68a10210891974a0623a11b4734..aeafe4f86a7491b794a019e2e1ce56f59447539b 100644
|
| --- a/content/test/gpu/gpu_tests/maps.py
|
| +++ b/content/test/gpu/gpu_tests/maps.py
|
| @@ -83,7 +83,7 @@ class MapsPage(page.Page):
|
| self.pixel_expectations = 'data/maps_002_expectations.json'
|
|
|
| def RunNavigateSteps(self, action_runner):
|
| - action_runner.RunAction(NavigateAction())
|
| + action_runner.NavigateToPage(self)
|
| action_runner.RunAction(WaitAction({'javascript': 'window.testDone'}))
|
|
|
|
|
|
|