test/dummy/features/users.feature in goldencobra-1.0.9.3 vs test/dummy/features/users.feature in goldencobra-1.1.0

- old
+ new

@@ -1,9 +1,12 @@ Feature: Manage users In order to manage users As an admin I want to see and manage some users + Background: + Given that basic Settings exists + Scenario: Go to the users admin site Given that a confirmed admin exists And I am logged in as "admin@test.de" with password "secure12" Given that "3" users exist When I go to the admin list of users