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

Unified Diff: tools/telemetry/telemetry/page/actions/navigate_unittest.py

Issue 186593007: Remove href_change and navigate from wait action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/telemetry/telemetry/page/actions/navigate_unittest.py
diff --git a/tools/telemetry/telemetry/page/actions/navigate_unittest.py b/tools/telemetry/telemetry/page/actions/navigate_unittest.py
index 6e322fd307f26b8ebc2a1c3a05e8aaa3cfaffe7e..a0e136e79bd7c082fd17f96ff61cff86a9e4f9e5 100644
--- a/tools/telemetry/telemetry/page/actions/navigate_unittest.py
+++ b/tools/telemetry/telemetry/page/actions/navigate_unittest.py
@@ -18,7 +18,7 @@ class NavigateActionTest(tab_test_case.TabTestCase):
def testNavigateAction(self):
page = self.CreatePageFromUnittestDataDir('blank.html')
i = navigate.NavigateAction()
- i.RunAction(page, self._tab, None)
+ i.RunAction(page, self._tab)
self.assertEquals(
self._tab.EvaluateJavaScript('document.location.pathname;'),
'/blank.html')
« no previous file with comments | « tools/telemetry/telemetry/page/actions/navigate.py ('k') | tools/telemetry/telemetry/page/actions/page_action.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698