Skip to content
代码片段 群组 项目
提交 38ac795d 编辑于 作者: 路志远's avatar 路志远 提交者: 毛超
浏览文件

Fix pipeline 2279435

上级 896dd389
No related branches found
No related tags found
加载中
......@@ -24,6 +24,8 @@ def default_arguments_for(provider_name)
{
authorize_params: { gl_auth_type: 'login' }
}
when ->(provider_name) { ::AuthHelper.saml_providers.include?(provider_name.to_sym) }
{ attribute_statements: ::Gitlab::Auth::Saml::Config.default_attribute_statements }
else
{}
end
......
......@@ -494,3 +494,9 @@
description:
- 'groups/billings/index when the group is the top level with free plan renders the billing page'
skip_reason: 'Due to marketing requirement, we need to replace some text on the page, so skip this for avoiding failures.'
- file_path: 'spec/features/invites_spec.rb'
description:
- 'Group or Project invitations when inviting a registered user when signed out when analyzing the redirects and forms from invite link click shows the Email to be the invite_email from the invite'
- 'Group or Project invitations when inviting an unregistered user when registering using invitation email with email confirmation enabled when user is not valid in sign up form fails sign up and redirects back to sign up'
- 'Group or Project invitations when inviting an unregistered user when registering using invitation email when the email is already taken by a registered user shows error state of email already used'
skip_reason: 'Upstream added the data-testid "invite-email" field to the registration page, but jihu did not.'
\ No newline at end of file
......@@ -14,14 +14,6 @@ def user_signs_up_through_trial_with_sso(params = {}, provider: 'gitlab', name:
super(params, provider: provider, name: name)
end
override :fills_in_group_and_project_creation_form
def fills_in_group_and_project_creation_form
allow(::Gitlab::QueryLimiting::Transaction).to receive(:threshold).and_return(170)
fill_in 'group_name', with: 'Test Group'
fill_in 'blank_project_name', with: 'Test Project'
end
override :fill_in_checkout_form
def fill_in_checkout_form
if user.setup_for_company
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册