Merge pull request #70 from finnlabs/fix/adapt_cuke_to_renamed_label

adapt cuke to label renamed in core
pull/6827/head
Oliver Günther 8 years ago committed by GitHub
commit cc370d8268
  1. 4
      features/global_create_project.feature

@ -42,7 +42,7 @@ Feature: Global Create Project
And the user "bob" has the global role "Global" And the user "bob" has the global role "Global"
When I am already logged in as "bob" When I am already logged in as "bob"
And I go to the overall projects page And I go to the overall projects page
Then I should see "New project" Then I should see "Project" within ".toolbar-items"
Scenario: Create Project not displayed to user without global role Scenario: Create Project not displayed to user without global role
Given there is 1 User with: Given there is 1 User with:
@ -51,7 +51,7 @@ Feature: Global Create Project
| Lastname | Bobbit | | Lastname | Bobbit |
When I am already logged in as "bob" When I am already logged in as "bob"
And I go to the overall projects page And I go to the overall projects page
Then I should not see "New project" Then I should not see "Project" within ".toolbar-items"
@javascript @javascript
Scenario: Create Project displayed to user Scenario: Create Project displayed to user

Loading…
Cancel
Save