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

Unified Diff: telemetry/telemetry/core/local_server_unittest.py

Issue 2692763002: Revert of [Telemetry] Switch clients to new JavaScript API (batch 5) (Closed)
Patch Set: Created 3 years, 10 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: telemetry/telemetry/core/local_server_unittest.py
diff --git a/telemetry/telemetry/core/local_server_unittest.py b/telemetry/telemetry/core/local_server_unittest.py
index 23f80d2bf789844089bc90462277bea665a220d0..46ff85c7e5ee1ce3fe03f2c26178a013172d7463 100644
--- a/telemetry/telemetry/core/local_server_unittest.py
+++ b/telemetry/telemetry/core/local_server_unittest.py
@@ -73,7 +73,7 @@
self.assertTrue(self._server in self._platform.local_servers)
self._tab.Navigate(self._server.url)
self._tab.WaitForDocumentReadyStateToBeComplete()
- body_text = self._tab.EvaluateJavaScript2('document.body.textContent')
+ body_text = self._tab.EvaluateJavaScript('document.body.textContent')
body_text = body_text.strip()
self.assertEquals('hello world', body_text)
« no previous file with comments | « telemetry/examples/browser_tests/simple_browser_test.py ('k') | telemetry/telemetry/core/memory_cache_http_server_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698