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

Unified Diff: telemetry/telemetry/internal/actions/action_runner_unittest.py

Issue 2170663002: Disable testEnterText and testTextEntry on chromeos. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | telemetry/telemetry/internal/actions/key_event_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/actions/action_runner_unittest.py
diff --git a/telemetry/telemetry/internal/actions/action_runner_unittest.py b/telemetry/telemetry/internal/actions/action_runner_unittest.py
index 7cd68cd6c50e474d872afb30ccd57f4733a0c2e9..e5f943d91d497beddc91fc68cc18f6dbcc8ba42d 100644
--- a/telemetry/telemetry/internal/actions/action_runner_unittest.py
+++ b/telemetry/telemetry/internal/actions/action_runner_unittest.py
@@ -255,6 +255,8 @@ class ActionRunnerTest(tab_test_case.TabTestCase):
self.assertTrue(action_runner.EvaluateJavaScript(
'(document.scrollingElement || document.body).scrollLeft') > 75)
+
+ @decorators.Disabled('chromeos') # crbug.com/630017.
def testEnterText(self):
self.Navigate('blank.html')
self._tab.ExecuteJavaScript(
« no previous file with comments | « no previous file | telemetry/telemetry/internal/actions/key_event_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698