Commit 257462aa by Sarina Canelake

Merge pull request #7344 from edx/sarina/fix-sarina

Remove old comment from file
parents 28ad1388 fe4c053c
...@@ -92,7 +92,12 @@ class ConditionalSteps(object): ...@@ -92,7 +92,12 @@ class ConditionalSteps(object):
assert_true(world.css_visible('.hidden-contents')) assert_true(world.css_visible('.hidden-contents'))
else: else:
assert_true(world.is_css_not_present('.hidden-contents')) 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): def answer_poll(self, step, answer):
r' I answer the conditioned poll "([^"]*)"$' r' I answer the conditioned poll "([^"]*)"$'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment