Commit 160be2a27552d34edfe960aa6d6c6ebff971319f
1 parent
bc10f895
Exists in
oauth_external_login
and in
3 other branches
fix cucumber test for external environments, identifier required
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
features/external_environments.feature
... | ... | @@ -5,8 +5,8 @@ Feature: external environments |
5 | 5 | Background: |
6 | 6 | Given I am logged in as admin |
7 | 7 | Given the following external environments |
8 | - | id | name | url | | |
9 | - | 1 | Test | test.org | | |
8 | + | id | name | url | identifier | | |
9 | + | 1 | Test | test.org | test | | |
10 | 10 | |
11 | 11 | Scenario: admin user could access the external environments |
12 | 12 | Given I follow "Administration" | ... | ... |