Skip to content
Snippets Groups Projects
Commit 34ac6190 authored by Valera Rozuvan's avatar Valera Rozuvan Committed by Valera Rozuvan
Browse files

Addressing comments.

parent 4610bd1b
No related branches found
No related tags found
No related merge requests found
......@@ -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']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment