From 34ac61908663ad546442cabfe6cae13190b2145f Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Sun, 30 Mar 2014 07:25:34 +0300 Subject: [PATCH] Addressing comments. --- lms/djangoapps/courseware/features/video.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lms/djangoapps/courseware/features/video.py b/lms/djangoapps/courseware/features/video.py index 6cd840009c..6bebee7b16 100644 --- a/lms/djangoapps/courseware/features/video.py +++ b/lms/djangoapps/courseware/features/video.py @@ -280,11 +280,6 @@ def configure_youtube_api(_step, action): raise ValueError('Parameter `action` should be one of "proxies" or "blocks".') -@step('We explicitly wait for YouTube API to not load$') -def wait_for_youtube_api_fail(_step): - world.wait(3) - - @step('when I view the (.*) it does not have autoplay enabled$') def does_not_autoplay(_step, video_type): actual = world.css_find('.%s' % video_type)[0]['data-autoplay']