Commit 643c6a531d6bf02e0f70f415b2d16e8764b9633f

Authored by Rodrigo Souto
1 parent 480247c5

template fix

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
features/activate_enterprise.feature
@@ -86,9 +86,9 @@ Feature: activate enterprise @@ -86,9 +86,9 @@ Feature: activate enterprise
86 Given enterprise template must be replaced after enable 86 Given enterprise template must be replaced after enable
87 And feature "enterprise_activation" is enabled on environment 87 And feature "enterprise_activation" is enabled on environment
88 And the following enterprises 88 And the following enterprises
89 - | identifier | name | enabled | foundation_year |  
90 - | services-provider-2 | Services Provider 2 | false | 2000 |  
91 - | active-template | Active Template | false | 2000 | 89 + | identifier | name | enabled | foundation_year | is_template |
  90 + | services-provider-2 | Services Provider 2 | false | 2000 | false |
  91 + | active-template | Active Template | false | 2000 | true |
92 And "Active Template" is the active enterprise template 92 And "Active Template" is the active enterprise template
93 And "Services Provider 2" doesnt have "Active Template" as template 93 And "Services Provider 2" doesnt have "Active Template" as template
94 And I go to joaosilva's control panel 94 And I go to joaosilva's control panel
@@ -108,9 +108,9 @@ Feature: activate enterprise @@ -108,9 +108,9 @@ Feature: activate enterprise
108 Given enterprise template must not be replaced after enable 108 Given enterprise template must not be replaced after enable
109 And feature "enterprise_activation" is enabled on environment 109 And feature "enterprise_activation" is enabled on environment
110 And the following enterprises 110 And the following enterprises
111 - | identifier | name | enabled | foundation_year |  
112 - | services-provider-3 | Services Provider 3 | false | 2000 |  
113 - | active-template | Active Template | false | 2000 | 111 + | identifier | name | enabled | foundation_year | is_template |
  112 + | services-provider-3 | Services Provider 3 | false | 2000 | false |
  113 + | active-template | Active Template | false | 2000 | true |
114 And "Active Template" is the active enterprise template 114 And "Active Template" is the active enterprise template
115 And "Services Provider 3" doesnt have "Active Template" as template 115 And "Services Provider 3" doesnt have "Active Template" as template
116 When I go to joaosilva's control panel 116 When I go to joaosilva's control panel