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

This commit is contained in:
marco
2014-01-23 12:35:58 -05:00
parent 623de12d4b
commit 68891e5a99

View File

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