From 298e0a9b161f2b975e25d69996099799dcab5b9e Mon Sep 17 00:00:00 2001 From: polesye Date: Wed, 2 Oct 2013 21:50:51 +0300 Subject: [PATCH] Add $. --- cms/djangoapps/contentstore/features/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/features/video.py b/cms/djangoapps/contentstore/features/video.py index efd1f6abb6..5d7eafca9c 100644 --- a/cms/djangoapps/contentstore/features/video.py +++ b/cms/djangoapps/contentstore/features/video.py @@ -30,7 +30,7 @@ def i_created_a_video_with_subs(_step, sub_id): world.visit(video_url) -@step('I have uploaded (.*) subtitles') +@step('I have uploaded (.*) subtitles$') def i_have_uploaded_subtitles(_step, sub_id): _step.given('I go to the files and uploads page')