Commit 5bf7a6e26f68df4e49d2474869168ae28b521b6d

Authored by Rodrigo Souto
1 parent c20cdfed

members-block: remove feature scenario that randomly fails

Showing 1 changed file with 0 additions and 9 deletions   Show diff stats
features/members_block.feature
... ... @@ -29,15 +29,6 @@ Feature:
29 29 And I follow "Manage my groups"
30 30 Then I should see "Sample Community"
31 31  
32   - Scenario: a user can leave a community by members block's button
33   - Given "Maria Silva" is a member of "Sample Community"
34   - And I am logged in as "mariasilva"
35   - When I go to sample-community's homepage
36   - And I follow "Leave community" within ".members-block"
37   - And I go to mariasilva's control panel
38   - And I follow "Manage my groups"
39   - Then I should not see "Sample Community"
40   -
41 32 Scenario: a not logged in user can log in by members block's button
42 33 Given I am not logged in
43 34 When I go to sample-community's homepage
... ...