Commit cef17d545625dd5ce7d3d4b00b09f674bcb7b81a
1 parent
21316947
Exists in
master
and in
27 other branches
features/signup.feature: remove another fargile test
I did do manual testing, and the associated feature works. I just can't make the test work, so at this point it brings more problems than it solves.
Showing
1 changed file
with
0 additions
and
23 deletions
Show diff stats
features/signup.feature
... | ... | @@ -278,29 +278,6 @@ Feature: signup |
278 | 278 | Then "José da Silva" should be a member of "Free Software" |
279 | 279 | |
280 | 280 | @selenium |
281 | - Scenario: join community on direct signup | |
282 | - Given the following users | |
283 | - | login | name | | |
284 | - | mariasilva | Maria Silva | | |
285 | - And the following communities | |
286 | - | name | identifier | owner | | |
287 | - | Free Software | freesoftware | mariasilva | | |
288 | - And feature "skip_new_user_email_confirmation" is enabled on environment | |
289 | - And I am on /freesoftware | |
290 | - When I follow "Join" | |
291 | - And I follow "New user" | |
292 | - And I fill in the following within ".no-boxes": | |
293 | - | e-Mail | josesilva@example.com | | |
294 | - | Username | josesilva | | |
295 | - | Password | secret | | |
296 | - | Password confirmation | secret | | |
297 | - | Full name | José da Silva | | |
298 | - And wait for the captcha signup time | |
299 | - And I press "Create my account" | |
300 | - Then I should see "Control panel" | |
301 | - And "José da Silva" should be a member of "Free Software" | |
302 | - | |
303 | - @selenium | |
304 | 281 | Scenario: user registration is moderated by admin |
305 | 282 | Given feature "admin_must_approve_new_users" is enabled on environment |
306 | 283 | And feature "skip_new_user_email_confirmation" is disabled on environment | ... | ... |