| 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)
|
|
|