From 55efb2d9f2f3024137cfd28ec0b58c723f044b42 Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Mon, 7 Jul 2014 09:32:12 +0200 Subject: Revert "Merge branch 'redirect_after_login' into 'master'" This reverts commit 5aaa35656edaf309354528e197a54461f584ed21, reversing changes made to 5b8c1767676b94f58558e6de320965c68b57de42. --- features/steps/project/redirects.rb | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'features/steps/project/redirects.rb') diff --git a/features/steps/project/redirects.rb b/features/steps/project/redirects.rb index 5a4342dba30..cfa4ce82be3 100644 --- a/features/steps/project/redirects.rb +++ b/features/steps/project/redirects.rb @@ -31,27 +31,5 @@ class Spinach::Features::ProjectRedirects < Spinach::FeatureSteps project = Project.find_by(name: 'Community') visit project_path(project) + 'DoesNotExist' end - - step 'I click on "Sign In"' do - within '.pull-right' do - click_link "Sign in" - end - end - - step 'Authenticate' do - admin = create(:admin) - project = Project.find_by(name: 'Community') - find(:xpath, "//input[@id='return_to']").set "/#{project.path_with_namespace}" - fill_in "user_login", with: admin.email - fill_in "user_password", with: admin.password - click_button "Sign in" - Thread.current[:current_user] = admin - end - - step 'I should be redirected to "Community" page' do - project = Project.find_by(name: 'Community') - page.current_path.should == "/#{project.path_with_namespace}" - page.status_code.should == 200 - end end -- cgit v1.2.1