Commit 68891e5a by marco

updated static pages tests to reflect html element change in component.html

parent 623de12d
......@@ -34,7 +34,7 @@ def not_see_any_static_pages(step):
@step(u'I "(edit|delete)" the static page$')
def click_edit_or_delete(step, edit_or_delete):
button_css = 'div.component-actions a.%s-button' % edit_or_delete
button_css = 'ul.component-actions a.%s-button' % edit_or_delete
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