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

Unified Diff: tools/telemetry/telemetry/internal/actions/play_unittest.py

Issue 1056133003: Move page/actions to internal/actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add copyright header. Created 5 years, 9 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
Index: tools/telemetry/telemetry/internal/actions/play_unittest.py
diff --git a/tools/telemetry/telemetry/page/actions/play_unittest.py b/tools/telemetry/telemetry/internal/actions/play_unittest.py
similarity index 99%
rename from tools/telemetry/telemetry/page/actions/play_unittest.py
rename to tools/telemetry/telemetry/internal/actions/play_unittest.py
index d0db1ae4b676defe2238acb443c80a260211f1bd..19e147409a76cd9d879cf41ee10cad003769a5ae 100644
--- a/tools/telemetry/telemetry/page/actions/play_unittest.py
+++ b/tools/telemetry/telemetry/internal/actions/play_unittest.py
@@ -4,7 +4,7 @@
from telemetry.core import exceptions
from telemetry import decorators
-from telemetry.page.actions import play
+from telemetry.internal.actions import play
from telemetry.unittest_util import tab_test_case
AUDIO_1_PLAYING_CHECK = 'window.__hasEventCompleted("#audio_1", "playing");'
« no previous file with comments | « tools/telemetry/telemetry/internal/actions/play.py ('k') | tools/telemetry/telemetry/internal/actions/repaint_continuously.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698