| Index: tools/telemetry/telemetry/page/actions/play_unittest.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/play_unittest.py b/tools/telemetry/telemetry/page/actions/play_unittest.py
|
| index dc2052ad5c2245386ae1eb8361659463c259a096..900152f7ce98f800d70c135705c9b96f13689f83 100644
|
| --- a/tools/telemetry/telemetry/page/actions/play_unittest.py
|
| +++ b/tools/telemetry/telemetry/page/actions/play_unittest.py
|
| @@ -7,7 +7,6 @@ from telemetry.core import util
|
| from telemetry.page.actions import play
|
| from telemetry.unittest import tab_test_case
|
|
|
| -
|
| AUDIO_1_PLAYING_CHECK = 'window.__hasEventCompleted("#audio_1", "playing");'
|
| VIDEO_1_PLAYING_CHECK = 'window.__hasEventCompleted("#video_1", "playing");'
|
| VIDEO_1_ENDED_CHECK = 'window.__hasEventCompleted("#video_1", "ended");'
|
|
|