From fe4c053c25c29ba0f1973e80db386ebc514af631 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Fri, 13 Mar 2015 12:47:20 -0400 Subject: [PATCH] Remove old comment from file --- lms/djangoapps/courseware/features/conditional.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lms/djangoapps/courseware/features/conditional.py b/lms/djangoapps/courseware/features/conditional.py index 2fab88f253..307e3998c6 100644 --- a/lms/djangoapps/courseware/features/conditional.py +++ b/lms/djangoapps/courseware/features/conditional.py @@ -92,7 +92,12 @@ class ConditionalSteps(object): assert_true(world.css_visible('.hidden-contents')) else: assert_true(world.is_css_not_present('.hidden-contents')) - assert_true(world.css_contains_text('.conditional-message', 'must be attempted before this will become visible.')) # sarina + assert_true( + world.css_contains_text( + '.conditional-message', + 'must be attempted before this will become visible.' + ) + ) def answer_poll(self, step, answer): r' I answer the conditioned poll "([^"]*)"$'