Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-07-04 19:50:11 +0300
committerPatricio Cano <suprnova32@gmail.com>2016-07-04 19:50:11 +0300
commit40e16b22f9a4ecb7dd7a25c4a0355809bed70ebe (patch)
treec0191f58a5958e3c378b18771f712b2936a2cf16 /spec/support
parent5467260528018774c8baec65f3cbf692bb3d93b7 (diff)
Change order of stubbing to fix tests
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/login_helpers.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/support/login_helpers.rb b/spec/support/login_helpers.rb
index 75a8846c0da..f9ce929000c 100644
--- a/spec/support/login_helpers.rb
+++ b/spec/support/login_helpers.rb
@@ -40,7 +40,6 @@ module LoginHelpers
def login_via(provider, user, uid)
mock_auth_hash(provider, uid, user.email)
visit new_user_session_path
- #page.find('.oauth-image-link').click
click_link provider
end