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

Unified Diff: tools/telemetry/telemetry/page/page_test.py

Issue 1134593006: [Telemetry] Kill page_test.RunPage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest Created 5 years, 7 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/telemetry/telemetry/page/shared_page_state.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/page/page_test.py
diff --git a/tools/telemetry/telemetry/page/page_test.py b/tools/telemetry/telemetry/page/page_test.py
index fa7593a49428e6bc8ba82fa66445263e5029e1d0..e992abb08892af5f83981ac7f23b0c0faca0907a 100644
--- a/tools/telemetry/telemetry/page/page_test.py
+++ b/tools/telemetry/telemetry/page/page_test.py
@@ -192,13 +192,6 @@ class PageTest(object):
"""
raise NotImplementedError
- def RunPage(self, page, tab, results):
- # Run actions.
- action_runner = action_runner_module.ActionRunner(
- tab, skip_waits=page.skip_waits)
- page.RunPageInteractions(action_runner)
- self.ValidateAndMeasurePage(page, tab, results)
-
def RunNavigateSteps(self, page, tab):
"""Navigates the tab to the page URL attribute.
« no previous file with comments | « no previous file | tools/telemetry/telemetry/page/shared_page_state.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698