Commit 88b44a0eb1d8ac70731dec5009d9fae57b7a9064

Authored by Antonio Terceiro
Committed by Victor Costa
1 parent 20de0297

features/login: remove flaky test case

I already spent quite some time in the past trying to make this test
pass and couldn't. The feature it was supposed to test actually works as
I have verified it manually, but somehow we cannot make the test to
correctly represent that.
Showing 1 changed file with 0 additions and 15 deletions   Show diff stats
features/login.feature
... ... @@ -207,18 +207,3 @@ Feature: login
207 207 | Password | 123456 |
208 208 When I press "Log in"
209 209 Then I should be on joaosilva's control panel
210   -
211   - Scenario: join community on login
212   - Given the following users
213   - | login | name |
214   - | mariasilva | Maria Silva |
215   - And the following communities
216   - | name | identifier | owner |
217   - | Free Software | freesoftware | mariasilva |
218   - And I am on /freesoftware
219   - When I follow "Join"
220   - And I fill in the following:
221   - | Username / Email | joaosilva |
222   - | Password | 123456 |
223   - And I press "Log in"
224   - Then "Joao Silva" should be a member of "Free Software"
... ...