Commit d6d10b7c authored by Mythri A's avatar Mythri A Committed by Commit Bot

Add background:tools:gmail:2019 system health story

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

Bug: chromium:878390
Change-Id: I6551ecfeff091e1f2614e143ae9e6bd8c9f393fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003323Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Commit-Queue: Mythri Alle <mythria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#732790}
parent c4d403b7
......@@ -45,6 +45,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_mobile/background:news:nytimes',
'system_health.memory_mobile/background:social:facebook',
'system_health.memory_mobile/background:search:google',
'system_health.memory_mobile/background:tools:gmail',
'system_health.memory_mobile/browse:chrome:newtab',
'system_health.memory_mobile/browse:chrome:omnibox',
'system_health.memory_mobile/browse:media:flickr_infinite_scroll'
......
......@@ -27,6 +27,9 @@
"background:tools:gmail": {
"DEFAULT": "system_health_mobile_043.wprgo"
},
"background:tools:gmail:2019": {
"DEFAULT": "system_health_mobile_8da411a0f4.wprgo"
},
"browse:chrome:newtab": {
"DEFAULT": "system_health_mobile_056.wprgo"
},
......
8da411a0f45840f04e55ffe57d9da86a9ef1b1c4
\ No newline at end of file
......@@ -5,7 +5,7 @@
from page_sets.system_health import platforms
from page_sets.system_health import story_tags
from page_sets.system_health import system_health_story
from page_sets.system_health.loading_stories import LoadGmailMobileStory
from page_sets.system_health import loading_stories
from page_sets.system_health import browsing_stories
_WAIT_FOR_VIDEO_SECONDS = 5
......@@ -122,7 +122,7 @@ class BackgroundImgurMobileStory2019(_BackgroundStory):
TAGS = [story_tags.HEALTH_CHECK, story_tags.YEAR_2019]
class BackgroundGmailMobileStory(LoadGmailMobileStory):
class BackgroundGmailMobileStory(loading_stories.LoadGmailMobileStory):
NAME = 'background:tools:gmail'
SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
TAGS = [story_tags.HEALTH_CHECK, story_tags.YEAR_2016]
......@@ -130,3 +130,13 @@ class BackgroundGmailMobileStory(LoadGmailMobileStory):
def _Measure(self, action_runner):
action_runner.tab.browser.Background()
super(BackgroundGmailMobileStory, self)._Measure(action_runner)
class BackgroundGmailMobileStory2019(loading_stories.LoadGmailStory2019):
NAME = 'background:tools:gmail:2019'
SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
TAGS = [story_tags.HEALTH_CHECK, story_tags.YEAR_2019]
def _Measure(self, action_runner):
action_runner.tab.browser.Background()
super(BackgroundGmailMobileStory2019, self)._Measure(action_runner)
......@@ -10,6 +10,7 @@ background:search:google:2019,,mobile,"2019,health_check"
background:social:facebook,,mobile,2016
background:social:facebook:2019,,mobile,2019
background:tools:gmail,,mobile,"2016,health_check"
background:tools:gmail:2019,,mobile,"2019,health_check"
browse:chrome:newtab,Story that loads new tab page and performs searches.,mobile,"2016,emerging_market"
browse:chrome:newtab:2019,Story that loads new tab page and performs searches.,mobile,"2019,emerging_market"
browse:chrome:omnibox,Story that peforms search by using omnibox search provider,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