Added a cuke to check for non-existence

of add project button
pull/6827/head
Sebastian Schuster 11 years ago
parent 11fcee0fba
commit fecf73122b
  1. 9
      features/global_create_project.feature

@ -25,6 +25,15 @@ Feature: Global Create Project
And I go to the overall projects page
Then I should see "New project"
Scenario: Create Project not displayed to user without global role
Given there is 1 User with:
| Login | bob |
| Firstname | Bob |
| Lastname | Bobbit |
When I am already logged in as "bob"
And I go to the overall projects page
Then I should not see "New project"
Scenario: Create Project displayed to user
Given there is a global role "Global"
And the global role "Global" may have the following rights:

Loading…
Cancel
Save