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

Unified Diff: tools/perf/page_sets/system_health/browsing_stories.py

Issue 2498613004: [System Health] Reenable tests failing due to bug in ScrollToElement (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/system_health/browsing_stories.py
diff --git a/tools/perf/page_sets/system_health/browsing_stories.py b/tools/perf/page_sets/system_health/browsing_stories.py
index 8cbc0cc8b905865eea14a89fd0b9de45de053da8..2c93aa34bdb6a5bb2fe2f007b2169ee876042783 100644
--- a/tools/perf/page_sets/system_health/browsing_stories.py
+++ b/tools/perf/page_sets/system_health/browsing_stories.py
@@ -96,7 +96,6 @@ class CnnStory(_NewsBrowsingStory):
ITEMS_TO_VISIT = 2
-@decorators.Disabled('android') # crbug.com/664518
class FacebookMobileStory(_NewsBrowsingStory):
NAME = 'browse:social:facebook'
URL = 'https://www.facebook.com/rihanna'
@@ -258,7 +257,6 @@ class _MediaBrowsingStory(_BrowsingStory):
action_runner.Wait(self.ITEM_VIEW_TIME_IN_SECONDS)
-@decorators.Disabled('android') # crbug.com/664518
class ImgurMobileStory(_MediaBrowsingStory):
NAME = 'browse:media:imgur'
URL = 'http://imgur.com/gallery/5UlBN'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698