Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Side by Side Diff: tools/perf/page_sets/system_health/background_stories.py

Issue 2598693002: [system health] Clean up bugs of disabled stories (Closed)
Patch Set: undo change on browse:news:cnn Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | tools/perf/page_sets/system_health/browsing_stories.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from page_sets.system_health import platforms 5 from page_sets.system_health import platforms
6 from page_sets.system_health import system_health_story 6 from page_sets.system_health import system_health_story
7 from page_sets.system_health.loading_stories import LoadGmailMobileStory 7 from page_sets.system_health.loading_stories import LoadGmailMobileStory
8 8
9 from telemetry import decorators 9 from telemetry import decorators
10 10
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 action_runner.TapElement(selector='.nytd-player-poster') 71 action_runner.TapElement(selector='.nytd-player-poster')
72 action_runner.Wait(_WAIT_FOR_VIDEO_SECONDS) 72 action_runner.Wait(_WAIT_FOR_VIDEO_SECONDS)
73 73
74 74
75 class BackgroundImgurMobileStory(_BackgroundStory): 75 class BackgroundImgurMobileStory(_BackgroundStory):
76 NAME = 'background:media:imgur' 76 NAME = 'background:media:imgur'
77 URL = 'http://imgur.com/gallery/hUita' 77 URL = 'http://imgur.com/gallery/hUita'
78 SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY 78 SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
79 79
80 80
81 @decorators.Disabled('android') # crbug.com.com/664505 81 @decorators.Disabled('android') # crbug.com/676336
82 class BackgroundGmailMobileStory(LoadGmailMobileStory): 82 class BackgroundGmailMobileStory(LoadGmailMobileStory):
83 NAME = 'background:tools:gmail' 83 NAME = 'background:tools:gmail'
84 SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY 84 SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
85 85
86 def _Measure(self, action_runner): 86 def _Measure(self, action_runner):
87 action_runner.tab.browser.Background() 87 action_runner.tab.browser.Background()
88 super(BackgroundGmailMobileStory, self)._Measure(action_runner) 88 super(BackgroundGmailMobileStory, self)._Measure(action_runner)
OLDNEW
« no previous file with comments | « no previous file | tools/perf/page_sets/system_health/browsing_stories.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698