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

Unified Diff: telemetry/telemetry/story/shared_state.py

Issue 1921633003: [Telemetry] Rename page_test to legacy_page_test (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Add TODO Created 4 years, 8 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 | « telemetry/telemetry/record_wpr_unittest.py ('k') | telemetry/telemetry/testing/page_test_test_case.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/story/shared_state.py
diff --git a/telemetry/telemetry/story/shared_state.py b/telemetry/telemetry/story/shared_state.py
index 0b360d3915bcc7c2d5c5ed66abb775ded254a7af..d239f1968aceae9c63e16276c20b00b308bf19c5 100644
--- a/telemetry/telemetry/story/shared_state.py
+++ b/telemetry/telemetry/story/shared_state.py
@@ -14,7 +14,7 @@ class SharedState(object):
Override to do any action before running stories that
share this same state.
Args:
- test: a page_test.PageTest or story_test.StoryTest instance.
+ test: a legacy_page_test.LegacyPageTest or story_test.StoryTest instance.
options: a BrowserFinderOptions instance that contains command line
options.
story_set: a story.StorySet instance.
« no previous file with comments | « telemetry/telemetry/record_wpr_unittest.py ('k') | telemetry/telemetry/testing/page_test_test_case.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698