Commit 7f29ac56 by Will Daly

Merge pull request #1244 from edx/will/fix-wordcloud

Remove unnecessary call from wordcloud test
parents c3bd7d3d 4effdbb4
......@@ -33,8 +33,6 @@ def view_word_cloud(_step):
@step('I press the Save button')
def press_the_save_button(_step):
button_css = '.input_cloud_section input.save'
elem = world.css_find(button_css).first
world.css_has_text(button_css, elem)
world.css_click(button_css)
......
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