templates/admin/cucumber.rb in prologue-0.2.0 vs templates/admin/cucumber.rb in prologue-0.3.0

- old
+ new

@@ -33,11 +33,10 @@ Background: Given the following role records | name | | Member | - @javascript Scenario: Create, update, delete a user in the admin Given a logged in admin user When I am on the add user page And I fill in "Name" with "Big Boi" And I fill in "Email" with "big@sirluciousleftfoot.com" @@ -66,10 +65,9 @@ And the "Email" field should contain "bigger@sirluciousleftfoot.com" And the "Member" checkbox should not be checked And the "Admin" checkbox should be checked Then I press "Save" - When I confirm a js popup on the next step Then I follow "Delete" Then I should see "User deleted." And I should not see "Bigger Boi" \ No newline at end of file