summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-26 18:34:07 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-26 18:34:07 +0000
commit649abcc462bb0f05a572f14d8e98d0100b89f8f1 (patch)
tree689dd65a748bf088b319800f7bf9c4b538692216
parent541e88571b34a58d4a1712c81456a4cf5e3897ac (diff)
downloadgitlab-ce-649abcc462bb0f05a572f14d8e98d0100b89f8f1.tar.gz
Add latest changes from gitlab-org/security/gitlab@15-3-stable-ee
-rw-r--r--spec/support/helpers/login_helpers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/helpers/login_helpers.rb b/spec/support/helpers/login_helpers.rb
index f83f5c7bfde..d966fd13dca 100644
--- a/spec/support/helpers/login_helpers.rb
+++ b/spec/support/helpers/login_helpers.rb
@@ -52,6 +52,8 @@ module LoginHelpers
visit new_admin_session_path
fill_in 'user_password', with: user.password
click_button 'Enter Admin Mode'
+
+ wait_for_requests
end
def gitlab_sign_in_via(provider, user, uid, saml_response = nil)