AC-520 fixing section ignores

This commit is contained in:
Chris Rodriguez
2016-06-30 10:02:10 -04:00
parent 39c2abdf28
commit 4cf0e19af2
26 changed files with 110 additions and 163 deletions

View File

@@ -4,7 +4,7 @@ from lettuce import world, step
SELECTORS = {
'spinner': '.video-wrapper .spinner',
'controls': 'section.video-controls',
'controls': '.video-controls',
}
# We should wait 300 ms for event handler invocation + 200ms for safety.