Commit 4effdbb4 by Will Daly

Remove unnecessary call from wordcloud test

parent 3af6b90b
......@@ -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