Commit 9f78c24e authored by nednguyen's avatar nednguyen Committed by Commit bot

Replace action_runner.NavigateToPage with action_runner.Navigate(sel.url)

BUG=487800

Review URL: https://codereview.chromium.org/1137363002

Cr-Commit-Position: refs/heads/master@{#329757}
parent c04af7a8
......@@ -24,7 +24,7 @@ class InboxPage(page_module.Page):
self.credentials = 'google'
def RunNavigateSteps(self, action_runner):
action_runner.NavigateToPage(self, 180)
action_runner.Navigate(self.url, timeout_in_seconds=180)
def RunPageInteractions(self, action_runner):
self.OpenCloseConv(action_runner)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment