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

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

Issue 2766533002: Using multi-tab story in TabSwitching Benchmark (Closed)
Patch Set: Disable IT on some platforms Created 3 years, 9 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
Index: tools/perf/page_sets/system_health/multi_tab_stories.py
diff --git a/tools/perf/page_sets/system_health/multi_tab_stories.py b/tools/perf/page_sets/system_health/multi_tab_stories.py
index f472a6beab6b6c4eab4e6599f10fe220da1012b2..6f8853ea71bafc097228b72041f2f738b13134ca 100644
--- a/tools/perf/page_sets/system_health/multi_tab_stories.py
+++ b/tools/perf/page_sets/system_health/multi_tab_stories.py
@@ -10,7 +10,7 @@ from page_sets.system_health import story_tags
from page_sets.system_health import platforms
-class _MultiTabStory(system_health_story.SystemHealthStory):
+class MultiTabStory(system_health_story.SystemHealthStory):
vovoy 2017/03/24 16:35:30 export MultiTabStory for testing
ABSTRACT_STORY = True
def RunNavigateSteps(self, action_runner):
@@ -37,7 +37,7 @@ class _MultiTabStory(system_health_story.SystemHealthStory):
tab.WaitForFrameToBeDisplayed()
-class MultiTabTypical24Story(_MultiTabStory):
+class MultiTabTypical24Story(MultiTabStory):
NAME = 'multitab:misc:typical24'
TAGS = [story_tags.TABS_SWITCHING]
URL_LIST = [

Powered by Google App Engine
This is Rietveld 408576698