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

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

Issue 2978643002: Removing bad-continuation param and fixing resulting errors. Fixed indentation errors, in telemetry… (Closed)
Patch Set: Created 3 years, 5 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/android_action_runner_unittest.py
diff --git a/telemetry/telemetry/core/android_action_runner_unittest.py b/telemetry/telemetry/core/android_action_runner_unittest.py
index 795738318da3117e02e200c7a05f911a33059f1d..34c04de3e6a831c638212f943563014730fab984 100644
--- a/telemetry/telemetry/core/android_action_runner_unittest.py
+++ b/telemetry/telemetry/core/android_action_runner_unittest.py
@@ -71,6 +71,6 @@ class AndroidActionRunnerInteractionTest(tab_test_case.TabTestCase):
# Check that the contents of the textarea is correct. It might take some
# time until keystrokes are handled on Android.
self._tab.WaitForJavaScriptCondition(
- ('document.querySelector("textarea").value === '
+ ('document.querySelector("textarea").value === '\
'"Input spaces, even multiple spaces"'),
timeout=5)
« no previous file with comments | « telemetry/telemetry/benchmark_runner_unittest.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