Commit ec307e3993fe878a5d2ca8f70c5a2e787247c4e4
1 parent
c348371a
Exists in
master
and in
22 other branches
Fixing test: features/accept_member.feature
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
features/accept_member.feature
| ... | ... | @@ -14,6 +14,7 @@ Feature: accept member |
| 14 | 14 | And the community "My Community" is closed |
| 15 | 15 | And "Mario Souto" is admin of "My Community" |
| 16 | 16 | |
| 17 | + @selenium | |
| 17 | 18 | Scenario: approve a task to accept a member as admin in a closed community |
| 18 | 19 | Given "Marie Curie" asked to join "My Community" |
| 19 | 20 | And I am logged in as "mario" |
| ... | ... | @@ -25,6 +26,7 @@ Feature: accept member |
| 25 | 26 | And I press "Apply!" |
| 26 | 27 | Then "Marie Curie" should be admin of "My Community" |
| 27 | 28 | |
| 29 | + @selenium | |
| 28 | 30 | Scenario: approve a task to accept a member as member in a closed community |
| 29 | 31 | Given "Marie Curie" asked to join "My Community" |
| 30 | 32 | And I am logged in as "mario" |
| ... | ... | @@ -36,6 +38,7 @@ Feature: accept member |
| 36 | 38 | And I press "Apply!" |
| 37 | 39 | Then "Marie Curie" should be a member of "My Community" |
| 38 | 40 | |
| 41 | + @selenium | |
| 39 | 42 | Scenario: approve a task to accept a member as moderator in a closed community |
| 40 | 43 | Given "Marie Curie" asked to join "My Community" |
| 41 | 44 | And I am logged in as "mario" | ... | ... |