Commit 63153e71 authored by Santiago Aboy Solanes's avatar Santiago Aboy Solanes Committed by Commit Bot

Add load:social:twitter:2019 system health story

This CL was created automatically with tools/perf/update_wpr script

R=perezju@chromium.org

Change-Id: Ib29f3bf0ea6a4a8a387c888304e02bd9e0c64578
Bug: 878390
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816461
Auto-Submit: Santiago Aboy Solanes <solanes@chromium.org>
Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Santiago Aboy Solanes <solanes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698874}
parent 11b78c6b
...@@ -264,6 +264,9 @@ ...@@ -264,6 +264,9 @@
"load:social:twitter": { "load:social:twitter": {
"DEFAULT": "system_health_mobile_022.wprgo" "DEFAULT": "system_health_mobile_022.wprgo"
}, },
"load:social:twitter:2019": {
"DEFAULT": "system_health_mobile_b29c43a85b.wprgo"
},
"load:tools:docs": { "load:tools:docs": {
"DEFAULT": "system_health_mobile_004.wprgo" "DEFAULT": "system_health_mobile_004.wprgo"
}, },
......
b29c43a85b06d0e24fbe82d99f4896471c13d9a2
\ No newline at end of file
...@@ -101,6 +101,14 @@ class LoadTwitterStory(_LoadingStory): ...@@ -101,6 +101,14 @@ class LoadTwitterStory(_LoadingStory):
# 'browse:social:twitter_infinite_scroll' # 'browse:social:twitter_infinite_scroll'
SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
class LoadTwitterMoibleStory2019(_LoadingStory):
NAME = 'load:social:twitter:2019'
URL = 'https://www.twitter.com/nasa'
TAGS = [story_tags.YEAR_2019]
# Desktop version is already covered by
# 'browse:social:twitter_infinite_scroll'
SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
class LoadVkStory(_LoadingStory): class LoadVkStory(_LoadingStory):
NAME = 'load:social:vk' NAME = 'load:social:vk'
......
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