diff --git a/features/signup.feature b/features/signup.feature index fd11fbd..2db3d61 100644 --- a/features/signup.feature +++ b/features/signup.feature @@ -298,13 +298,6 @@ Feature: signup And wait for the captcha signup time And I press "Create my account" Then "José da Silva" should be a member of "Free Software" - - @selenium - Scenario: user registration moderate option avaliable on features panel - Given I am logged in as admin - When I follow "Administration" - And I follow "Features" - Then I should see "Admin must approve registration of new users" @selenium Scenario: user registration is moderated by admin @@ -323,6 +316,7 @@ Feature: signup And I choose "Accept" And I press "Apply!" And I follow "Logout" + And Teste da Silva's account is activated And I follow "Login" And I fill in "Username / Email" with "teste" And I fill in "Password" with "123456" @@ -336,8 +330,8 @@ Feature: signup And feature "skip_new_user_email_confirmation" is enabled on environment And I go to /account/signup And I fill in "Username" with "teste" - And I fill in "Password" with "1234" - And I fill in "Password confirmation" with "1234" + And I fill in "Password" with "123456" + And I fill in "Password confirmation" with "123456" And I fill in "e-Mail" with "teste@teste.com" And I fill in "Full name" with "Teste da Silva" And I press "Create my account" @@ -349,6 +343,6 @@ Feature: signup And I follow "Logout" And I follow "Login" And I fill in "Username / Email" with "teste" - And I fill in "Password" with "1234" + And I fill in "Password" with "123456" And I press "Log in" Then I should not see "teste" \ No newline at end of file -- libgit2 0.21.2