Commit 7435e798fbfe093a05f8950c53e5b48d6b8f0657
1 parent
5f780d42
Exists in
master
and in
29 other branches
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 | 58 | Given I follow "Community's fields" |
59 | 59 | And I check "community_active" |
60 | 60 | And I press "save_community_fields" |
61 | + And I follow "Community's fields" | |
61 | 62 | And I uncheck "community_active" |
62 | 63 | And I press "save_community_fields" |
63 | 64 | When I go to mycommunity's control panel |
... | ... | @@ -69,6 +70,7 @@ Feature: check all manage fields |
69 | 70 | Given I follow "Enterprise's fields" |
70 | 71 | And I check "enterprise_active" |
71 | 72 | And I press "save_enterprise_fields" |
73 | + And I follow "Enterprise's fields" | |
72 | 74 | And I uncheck "enterprise_active" |
73 | 75 | And I press "save_enterprise_fields" |
74 | 76 | When I go to paper-street's control panel | ... | ... |