Acceptance test for STUD-1311.

This commit is contained in:
cahrens
2014-02-12 11:31:36 -05:00
parent bab6e9b881
commit 16200827c5
3 changed files with 19 additions and 0 deletions

View File

@@ -396,6 +396,11 @@ def i_replace_w_draft(_step):
world.css_click("a.publish-draft")
@step(u'I click on "delete draft"$')
def i_delete_draft(_step):
world.css_click("a.delete-draft")
@step(u'I publish the unit$')
def publish_unit(_step):
world.select_option('visibility-select', 'public')