Commit 160be2a27552d34edfe960aa6d6c6ebff971319f

Authored by Joenio Costa
1 parent bc10f895

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,8 +5,8 @@ Feature: external environments
5 Background: 5 Background:
6 Given I am logged in as admin 6 Given I am logged in as admin
7 Given the following external environments 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 Scenario: admin user could access the external environments 11 Scenario: admin user could access the external environments
12 Given I follow "Administration" 12 Given I follow "Administration"