Index: tools/telemetry/telemetry/page/actions/action_runner_unittest.py |
diff --git a/tools/telemetry/telemetry/page/actions/action_runner_unittest.py b/tools/telemetry/telemetry/page/actions/action_runner_unittest.py |
index 7227fa9530f86641dfebc32416e5f2fc394cf2ee..e6b687910f557d0d416d78aa8aca70e25c84c500 100644 |
--- a/tools/telemetry/telemetry/page/actions/action_runner_unittest.py |
+++ b/tools/telemetry/telemetry/page/actions/action_runner_unittest.py |
@@ -2,7 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-from telemetry import test |
+from telemetry import benchmark |
from telemetry.core import exceptions |
from telemetry.core import util |
from telemetry.core.backends.chrome import tracing_backend |
@@ -158,7 +158,7 @@ class ActionRunnerTest(tab_test_case.TabTestCase): |
action_runner.ClickElement('#notfound') |
self.assertRaises(exceptions.EvaluateException, WillFail) |
- @test.Disabled('debug') |
+ @benchmark.Disabled('debug') |
def testTapElement(self): |
self.Navigate('page_with_clickables.html') |
action_runner = action_runner_module.ActionRunner(self._tab) |