Commit ec307e3993fe878a5d2ca8f70c5a2e787247c4e4
1 parent
c348371a
Exists in
master
and in
28 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,6 +14,7 @@ Feature: accept member | ||
14 | And the community "My Community" is closed | 14 | And the community "My Community" is closed |
15 | And "Mario Souto" is admin of "My Community" | 15 | And "Mario Souto" is admin of "My Community" |
16 | 16 | ||
17 | + @selenium | ||
17 | Scenario: approve a task to accept a member as admin in a closed community | 18 | Scenario: approve a task to accept a member as admin in a closed community |
18 | Given "Marie Curie" asked to join "My Community" | 19 | Given "Marie Curie" asked to join "My Community" |
19 | And I am logged in as "mario" | 20 | And I am logged in as "mario" |
@@ -25,6 +26,7 @@ Feature: accept member | @@ -25,6 +26,7 @@ Feature: accept member | ||
25 | And I press "Apply!" | 26 | And I press "Apply!" |
26 | Then "Marie Curie" should be admin of "My Community" | 27 | Then "Marie Curie" should be admin of "My Community" |
27 | 28 | ||
29 | + @selenium | ||
28 | Scenario: approve a task to accept a member as member in a closed community | 30 | Scenario: approve a task to accept a member as member in a closed community |
29 | Given "Marie Curie" asked to join "My Community" | 31 | Given "Marie Curie" asked to join "My Community" |
30 | And I am logged in as "mario" | 32 | And I am logged in as "mario" |
@@ -36,6 +38,7 @@ Feature: accept member | @@ -36,6 +38,7 @@ Feature: accept member | ||
36 | And I press "Apply!" | 38 | And I press "Apply!" |
37 | Then "Marie Curie" should be a member of "My Community" | 39 | Then "Marie Curie" should be a member of "My Community" |
38 | 40 | ||
41 | + @selenium | ||
39 | Scenario: approve a task to accept a member as moderator in a closed community | 42 | Scenario: approve a task to accept a member as moderator in a closed community |
40 | Given "Marie Curie" asked to join "My Community" | 43 | Given "Marie Curie" asked to join "My Community" |
41 | And I am logged in as "mario" | 44 | And I am logged in as "mario" |