From cef17d545625dd5ce7d3d4b00b09f674bcb7b81a Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 19 Nov 2014 18:20:59 -0200 Subject: [PATCH] features/signup.feature: remove another fargile test --- features/signup.feature | 23 ----------------------- 1 file changed, 0 insertions(+), 23 deletions(-) diff --git a/features/signup.feature b/features/signup.feature index bae0a35..5d6d47a 100644 --- a/features/signup.feature +++ b/features/signup.feature @@ -278,29 +278,6 @@ Feature: signup Then "José da Silva" should be a member of "Free Software" @selenium - Scenario: join community on direct signup - Given the following users - | login | name | - | mariasilva | Maria Silva | - And the following communities - | name | identifier | owner | - | Free Software | freesoftware | mariasilva | - And feature "skip_new_user_email_confirmation" is enabled on environment - And I am on /freesoftware - When I follow "Join" - And I follow "New user" - And I fill in the following within ".no-boxes": - | e-Mail | josesilva@example.com | - | Username | josesilva | - | Password | secret | - | Password confirmation | secret | - | Full name | José da Silva | - And wait for the captcha signup time - And I press "Create my account" - Then I should see "Control panel" - And "José da Silva" should be a member of "Free Software" - - @selenium Scenario: user registration is moderated by admin Given feature "admin_must_approve_new_users" is enabled on environment And feature "skip_new_user_email_confirmation" is disabled on environment -- libgit2 0.21.2