Commit 9e9c0cc5 authored by Mythri A's avatar Mythri A Committed by Commit Bot

Add browse:media:flickr_infinite_scroll:2019 system health story

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

R=crouleau@chromium.org

Change-Id: I8c3270ba0369681dba7e5710e6d8ea580666e33c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1973824Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Commit-Queue: Mythri Alle <mythria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#726322}
parent 502c9d7b
......@@ -44,6 +44,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_mobile/background:social:facebook',
'system_health.memory_mobile/background:media:imgur',
'system_health.memory_mobile/browse:chrome:omnibox',
'system_health.memory_mobile/browse:media:flickr_infinite_scroll'
'system_health.memory_mobile/browse:tech:discourse_infinite_scroll',
'system_health.memory_mobile/browse:shopping:amazon',
'system_health.memory_mobile/browse:social:facebook_infinite_scroll',
......
......@@ -39,6 +39,9 @@
"browse:media:flickr_infinite_scroll": {
"DEFAULT": "system_health_mobile_062.wprgo"
},
"browse:media:flickr_infinite_scroll:2019": {
"DEFAULT": "system_health_mobile_02f1f2624a.wprgo"
},
"browse:media:googleplaystore:2019": {
"DEFAULT": "system_health_mobile_4413a28712.wprgo"
},
......
02f1f2624a20645adcee1fbac27ac38020600ce9
\ No newline at end of file
......@@ -1652,6 +1652,14 @@ class FlickrMobileStory(_InfiniteScrollStory):
TAGS = [story_tags.INFINITE_SCROLL, story_tags.YEAR_2016]
class FlickrMobileStory2019(_InfiniteScrollStory):
NAME = 'browse:media:flickr_infinite_scroll:2019'
URL = 'https://www.flickr.com/explore'
SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
SCROLL_DISTANCE = 10000
TAGS = [story_tags.INFINITE_SCROLL, story_tags.YEAR_2019]
class PinterestMobileStory(_InfiniteScrollStory):
NAME = 'browse:social:pinterest_infinite_scroll'
URL = 'https://www.pinterest.com/all'
......
......@@ -14,6 +14,7 @@ browse:chrome:omnibox:2019,Story that peforms search by using omnibox search pro
browse:media:facebook_photos,Load a photo page from Rihanna's facebook page then navigate a few next,mobile,"2016,emerging_market"
browse:media:facebook_photos:2019,Load a photo page from Rihanna's facebook page then navigate a few next,mobile,"2019,emerging_market"
browse:media:flickr_infinite_scroll,,"desktop,mobile","2016,infinite_scroll"
browse:media:flickr_infinite_scroll:2019,,mobile,"2019,infinite_scroll"
browse:media:googleplaystore:2018,"Navigate to the movies page of Google Play Store, scroll to the bottom,",desktop,"2018,images"
browse:media:googleplaystore:2019,"Navigate to the movies page of Google Play Store, scroll to the bottom,",mobile,"2019,emerging_market,images"
browse:media:imgur,,"desktop,mobile","2016,emerging_market"
......
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