Chromium Code Reviews| 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 = [ |