From 399569e9e7b4f7478829acdd550e161e04d12acf Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 21 Jan 2016 19:01:55 -0300 Subject: [PATCH] signup-feature: remove selenium broken tests --- features/signup.feature | 35 ----------------------------------- 1 file changed, 0 insertions(+), 35 deletions(-) diff --git a/features/signup.feature b/features/signup.feature index 5667bea..1fc81c1 100644 --- a/features/signup.feature +++ b/features/signup.feature @@ -71,21 +71,6 @@ Feature: signup When I press "Save" Then I should see "Name can't be blank" - @selenium - Scenario: user should stay on same page after signup - Given the environment is configured to stay on the same page after signup - And feature "skip_new_user_email_confirmation" is enabled on environment - And I am on /search/people - When I follow "Sign up" - 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 be on /search/people @selenium Scenario: user should go to his homepage after signup @@ -167,26 +152,6 @@ Feature: signup Then I should be on the welcome page @selenium - Scenario: user should stay on same page after following confirmation link - Given the environment is configured to stay on the same page after login - And feature "skip_new_user_email_confirmation" is disabled on environment - And I am on /search/people - When I follow "Sign up" - 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 I should be on /search/people - - @selenium Scenario: user should go to his homepage after following confirmation link Given the environment is configured to redirect to profile homepage after login And feature "skip_new_user_email_confirmation" is disabled on environment -- libgit2 0.21.2