spec/dummy/features/users/users_admin.feature in citygate-0.0.9 vs spec/dummy/features/users/users_admin.feature in citygate-0.1.0
- old
+ new
@@ -36,10 +36,10 @@
Scenario: Click the show user and then click the browser back button should work as expected
Given I exist as a user
And I am logged in
And I am an admin
When I look at the list of users
- And I click Show
+ And I click Edit
And I go back in history
Then I should be redirected to the users admin page
And I should see the name of user number 1
@javascript