From a37085809fefd2f3da33f4474883fa2ec1983190 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 20 Apr 2015 09:46:27 -0300 Subject: [PATCH] features/signup.feature: remove unfixable test --- features/signup.feature | 26 -------------------------- 1 file changed, 0 insertions(+), 26 deletions(-) diff --git a/features/signup.feature b/features/signup.feature index 7ada2da..5667bea 100644 --- a/features/signup.feature +++ b/features/signup.feature @@ -267,32 +267,6 @@ Feature: signup Then I should be on the homepage @selenium - Scenario: join community on 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 disabled 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" - And I go to josesilva's confirmation URL - And I fill in "Username" with "josesilva" - And I fill in "Password" with "secret" - And I press "Log in" - Then "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