From bea83c533f65eeedae983b70fd41350e57df6908 Mon Sep 17 00:00:00 2001 From: Peter Fogg Date: Thu, 13 Jun 2013 15:31:28 -0400 Subject: [PATCH] Update failing metadata settings acceptance test. --- cms/djangoapps/contentstore/features/video-editor.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cms/djangoapps/contentstore/features/video-editor.py b/cms/djangoapps/contentstore/features/video-editor.py index a85e390176..d9241395e7 100644 --- a/cms/djangoapps/contentstore/features/video-editor.py +++ b/cms/djangoapps/contentstore/features/video-editor.py @@ -6,11 +6,11 @@ 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', '', False], - ['1.25x', '', False], - ['1.5x', '', False], + world.verify_all_setting_entries([['Default Speed', '', False], ['Display Name', 'default', True], - ['Normal Speed', '', False], + ['Download Track', '', False], + ['Download Video', '', False], ['Show Captions', 'True', False], - ['Source', '', False], - ['Track', '', False]]) + ['Speed: .75x', '', False], + ['Speed: 1.25x', '', False], + ['Speed: 1.5x', '', False]])