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

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

Issue 2698063003: [System health] Tag all the international pages (Closed)
Patch Set: Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/page_sets/system_health/loading_stories.py » ('j') | 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 d22ac3519516510595c56a330f0a17f6c93bd1e5..51858efbb970f7b9b570e9acbe3db5a27287cf13 100644
--- a/tools/perf/page_sets/system_health/browsing_stories.py
+++ b/tools/perf/page_sets/system_health/browsing_stories.py
@@ -177,6 +177,7 @@ class QqMobileStory(_NewsBrowsingStory):
URL = 'http://news.qq.com'
ITEM_SELECTOR = '.list .full a'
SUPPORTED_PLATFORMS = platforms.MOBILE_ONLY
+ TAGS = [story_tags.INTERNATIONAL]
class RedditDesktopStory(_NewsBrowsingStory):
@@ -311,6 +312,7 @@ class GoogleIndiaDesktopStory(_NewsBrowsingStory):
_SEARCH_BUTTON_SELECTOR = 'button[aria-label="Google Search"]'
_SEARCH_PAGE_2_SELECTOR = 'a[aria-label=\'Page 2\']'
SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY
+ TAGS = [story_tags.INTERNATIONAL]
def _DidLoadDocument(self, action_runner):
action_runner.Wait(2)
« no previous file with comments | « no previous file | tools/perf/page_sets/system_health/loading_stories.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698