Remove unnecessary call from wordcloud test

This commit is contained in:
Will Daly
2013-10-07 18:09:54 -04:00
parent 3af6b90b8a
commit 4effdbb4b2

View File

@@ -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)