Commit 7435e798fbfe093a05f8950c53e5b48d6b8f0657

Authored by Rodrigo Souto
1 parent 5f780d42

manage-fields-feature: go to right tab before checking option

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
features/manage_fields.feature
@@ -58,6 +58,7 @@ Feature: check all manage fields @@ -58,6 +58,7 @@ Feature: check all manage fields
58 Given I follow "Community's fields" 58 Given I follow "Community's fields"
59 And I check "community_active" 59 And I check "community_active"
60 And I press "save_community_fields" 60 And I press "save_community_fields"
  61 + And I follow "Community's fields"
61 And I uncheck "community_active" 62 And I uncheck "community_active"
62 And I press "save_community_fields" 63 And I press "save_community_fields"
63 When I go to mycommunity's control panel 64 When I go to mycommunity's control panel
@@ -69,6 +70,7 @@ Feature: check all manage fields @@ -69,6 +70,7 @@ Feature: check all manage fields
69 Given I follow "Enterprise's fields" 70 Given I follow "Enterprise's fields"
70 And I check "enterprise_active" 71 And I check "enterprise_active"
71 And I press "save_enterprise_fields" 72 And I press "save_enterprise_fields"
  73 + And I follow "Enterprise's fields"
72 And I uncheck "enterprise_active" 74 And I uncheck "enterprise_active"
73 And I press "save_enterprise_fields" 75 And I press "save_enterprise_fields"
74 When I go to paper-street's control panel 76 When I go to paper-street's control panel