Commit a24c798a authored by Ned Nguyen's avatar Ned Nguyen Committed by Commit Bot

Increase timeout limit of loading articles for system_health's browse:news:nytimes story

Bug: 865247
Change-Id: I9913d1610ae0c8733e9839da3d885ac754fe5984
Reviewed-on: https://chromium-review.googlesource.com/1142598Reviewed-by: default avatarAnnie Sullivan <sullivan@chromium.org>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#576357}
parent 3e3ae8fc
...@@ -172,6 +172,7 @@ class NytimesDesktopStory(_ArticleBrowsingStory): ...@@ -172,6 +172,7 @@ class NytimesDesktopStory(_ArticleBrowsingStory):
URL = 'http://www.nytimes.com' URL = 'http://www.nytimes.com'
ITEM_SELECTOR = '.story-heading > a' ITEM_SELECTOR = '.story-heading > a'
SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY
COMPLETE_STATE_WAIT_TIMEOUT = 150 # crbug.com/865247
# Desktop qq.com opens a news item in a separate tab, for which the back button # Desktop qq.com opens a news item in a separate tab, for which the back button
......
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