Commit 47b2aa65 authored by Santiago Aboy Solanes's avatar Santiago Aboy Solanes Committed by Commit Bot

Add load:news:irctc:2019 system health story

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

R=crouleau@chromium.org

Bug: 878390
Change-Id: If4c4c2fdd7edbcc43f5b093638bcd06d512995ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1978660
Commit-Queue: Santiago Aboy Solanes <solanes@chromium.org>
Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728499}
parent af0b53bb
...@@ -70,6 +70,7 @@ _DISABLED_TESTS = frozenset({ ...@@ -70,6 +70,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_mobile/load:media:facebook_photos', 'system_health.memory_mobile/load:media:facebook_photos',
'system_health.memory_mobile/load:media:dailymotion', 'system_health.memory_mobile/load:media:dailymotion',
'system_health.memory_mobile/load:news:cnn', 'system_health.memory_mobile/load:news:cnn',
'system_health.memory_mobile/load:news:irctc',
'system_health.memory_mobile/load:news:nytimes', 'system_health.memory_mobile/load:news:nytimes',
'system_health.memory_mobile/load:news:qq', 'system_health.memory_mobile/load:news:qq',
'system_health.memory_mobile/load:news:reddit', 'system_health.memory_mobile/load:news:reddit',
......
...@@ -276,6 +276,9 @@ ...@@ -276,6 +276,9 @@
"load:news:irctc": { "load:news:irctc": {
"DEFAULT": "system_health_mobile_058.wprgo" "DEFAULT": "system_health_mobile_058.wprgo"
}, },
"load:news:irctc:2019": {
"DEFAULT": "system_health_mobile_941a515134.wprgo"
},
"load:news:nytimes": { "load:news:nytimes": {
"DEFAULT": "system_health_mobile_009.wprgo" "DEFAULT": "system_health_mobile_009.wprgo"
}, },
......
941a5151345ef7a718af77425ff137f89c7098e3
\ No newline at end of file
...@@ -327,6 +327,19 @@ class LoadIrctcStory(_LoadingStory): ...@@ -327,6 +327,19 @@ class LoadIrctcStory(_LoadingStory):
TAGS = [story_tags.EMERGING_MARKET, story_tags.HEALTH_CHECK, TAGS = [story_tags.EMERGING_MARKET, story_tags.HEALTH_CHECK,
story_tags.YEAR_2016] story_tags.YEAR_2016]
class LoadIrctcStory2019(_LoadingStory):
NAME = 'load:news:irctc:2019'
URL = 'https://www.irctc.co.in'
SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
TAGS = [story_tags.EMERGING_MARKET, story_tags.HEALTH_CHECK,
story_tags.YEAR_2019]
def _Login(self, action_runner):
# There is an error on replay that pops up the first time. If we
# navigate again, the error disappears.
action_runner.tab.WaitForDocumentReadyStateToBeComplete()
action_runner.Navigate(self.URL)
action_runner.tab.WaitForDocumentReadyStateToBeComplete()
################################################################################ ################################################################################
# Audio, images, and video. # Audio, images, and video.
......
...@@ -102,6 +102,7 @@ load:news:cnn:2018,,"desktop,mobile","2018,javascript_heavy" ...@@ -102,6 +102,7 @@ load:news:cnn:2018,,"desktop,mobile","2018,javascript_heavy"
load:news:flipboard,,desktop,2016 load:news:flipboard,,desktop,2016
load:news:hackernews:2018,,desktop,2018 load:news:hackernews:2018,,desktop,2018
load:news:irctc,,mobile,"2016,emerging_market,health_check" load:news:irctc,,mobile,"2016,emerging_market,health_check"
load:news:irctc:2019,,mobile,"2019,emerging_market,health_check"
load:news:nytimes,,mobile,"2016,health_check" load:news:nytimes,,mobile,"2016,health_check"
load:news:nytimes:2018,,desktop,2018 load:news:nytimes:2018,,desktop,2018
load:news:nytimes:2019,,mobile,"2019,health_check" load:news:nytimes:2019,,mobile,"2019,health_check"
......
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