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

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

Issue 2146843002: [telemetry] Re-enable key event tests on Mac (Closed) Base URL: git@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 c10a9a726a4f5b3ac5fb81772843660f8c0905f1..7cd68cd6c50e474d872afb30ccd57f4733a0c2e9 100644
--- a/telemetry/telemetry/internal/actions/action_runner_unittest.py
+++ b/telemetry/telemetry/internal/actions/action_runner_unittest.py
@@ -255,7 +255,6 @@ class ActionRunnerTest(tab_test_case.TabTestCase):
self.assertTrue(action_runner.EvaluateJavaScript(
'(document.scrollingElement || document.body).scrollLeft') > 75)
- @decorators.Disabled('mac') #crbug.com/627221.
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