Commit d7743dbc authored by Santiago Aboy Solanes's avatar Santiago Aboy Solanes Committed by Commit Bot

Add load:social:instagram:2019 system health story

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

R=perezju@chromium.org

Change-Id: If01ba7806eeed18598ba5e449c35803af5452665
Bug: 878390
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1813307Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Santiago Aboy Solanes <solanes@chromium.org>
Auto-Submit: Santiago Aboy Solanes <solanes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698959}
parent cc34fa42
......@@ -258,6 +258,9 @@
"load:social:instagram": {
"DEFAULT": "system_health_mobile_001.wprgo"
},
"load:social:instagram:2019": {
"DEFAULT": "system_health_mobile_71bac3270a.wprgo"
},
"load:social:pinterest": {
"DEFAULT": "system_health_mobile_001.wprgo"
},
......
71bac3270a61abec13028982d17b228db59b9d4b
\ No newline at end of file
......@@ -134,6 +134,11 @@ class LoadInstagramDesktopStory2018(_LoadingStory):
TAGS = [story_tags.YEAR_2018]
SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY
class LoadInstagramMobileStory2019(_LoadingStory):
NAME = 'load:social:instagram:2019'
URL = 'https://www.instagram.com/selenagomez/'
TAGS = [story_tags.YEAR_2019]
SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
class LoadPinterestStory(_LoadingStory):
NAME = 'load:social:pinterest'
......
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