Files
edx-platform/cms/djangoapps/contentstore/features/video-editor.py

17 lines
747 B
Python

# disable missing docstring
#pylint: disable=C0111
from lettuce import world, step
@step('I see the correct settings and default values$')
def i_see_the_correct_settings_and_values(step):
world.verify_all_setting_entries([['.75x', 'JMD_ifUUfsU', False],
['1.25x', 'AKqURZnYqpk', False],
['1.5x', 'DYpADpL7jAY', False],
['Display Name', 'default', True],
['Normal Speed', 'OEoXaMPEzfM', False],
['Show Captions', 'True', False],
['Source', '', False],
['Track', '', False]])