| Index: tools/perf/page_sets/blink_memory_mobile.py
|
| diff --git a/tools/perf/page_sets/blink_memory_mobile.py b/tools/perf/page_sets/blink_memory_mobile.py
|
| index 3c38d9e627f304807a8ca73fdf0b4af8324a4719..e6c53c948feeafe8d8b30749db3892e4a8eeb98b 100644
|
| --- a/tools/perf/page_sets/blink_memory_mobile.py
|
| +++ b/tools/perf/page_sets/blink_memory_mobile.py
|
| @@ -81,8 +81,6 @@ class GmailPage(BlinkMemoryMobilePage):
|
| google_login.LoginGoogleAccount(action_runner, 'google',
|
| self.credentials_path)
|
| super(GmailPage, self).RunNavigateSteps(action_runner)
|
| - # Needs to wait for navigation to handle redirects.
|
| - action_runner.WaitForNavigate()
|
| action_runner.WaitForElement(selector='#apploadingdiv')
|
| action_runner.WaitForJavaScriptCondition(
|
| 'document.querySelector("#apploadingdiv").style.opacity == "0"')
|
|
|