| Index: tools/telemetry/telemetry/page/actions/click_element_unittest.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/click_element_unittest.py b/tools/telemetry/telemetry/page/actions/click_element_unittest.py
|
| index 446ffdc4492539800886dbc0bac1557015a704be..03eb87aa383454443ee5f72f0655a79817e0dc0b 100644
|
| --- a/tools/telemetry/telemetry/page/actions/click_element_unittest.py
|
| +++ b/tools/telemetry/telemetry/page/actions/click_element_unittest.py
|
| @@ -4,7 +4,7 @@
|
| import os
|
|
|
| from telemetry.page.actions import click_element
|
| -from telemetry.test import tab_test_case
|
| +from telemetry.unittest import tab_test_case
|
|
|
| class ClickElementActionTest(tab_test_case.TabTestCase):
|
| def testClickWithSelectorWaitForNavigation(self):
|
|
|