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

Unified Diff: telemetry/telemetry/internal/actions/key_event_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 | « telemetry/telemetry/internal/actions/action_runner_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/actions/key_event_unittest.py
diff --git a/telemetry/telemetry/internal/actions/key_event_unittest.py b/telemetry/telemetry/internal/actions/key_event_unittest.py
index 6fd1134950cb460ef684bbe9ed6a16f057362ec4..b1b43d35ec7e4da3d7c28962e79b676f94fc0f3f 100644
--- a/telemetry/telemetry/internal/actions/key_event_unittest.py
+++ b/telemetry/telemetry/internal/actions/key_event_unittest.py
@@ -4,7 +4,6 @@
import time
-from telemetry import decorators
from telemetry.internal.actions import key_event
from telemetry.testing import tab_test_case
@@ -29,7 +28,6 @@ class KeyPressActionTest(tab_test_case.TabTestCase):
tab_test_case.TabTestCase.setUp(self)
self.Navigate('blank.html')
- @decorators.Disabled('mac') #crbug.com/627221.
def testPressEndAndHome(self):
# Make page taller than the window so it's scrollable.
self._tab.ExecuteJavaScript(
@@ -56,7 +54,6 @@ class KeyPressActionTest(tab_test_case.TabTestCase):
self.assertEquals(self._scroll_position, 0)
- @decorators.Disabled('mac') #crbug.com/627221.
def testTextEntry(self):
# Add an input box to the page.
self._tab.ExecuteJavaScript(
« no previous file with comments | « telemetry/telemetry/internal/actions/action_runner_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698