Skip to content
代码片段 群组 项目
未验证 提交 92391d1d 编辑于 作者: Roy Liu's avatar Roy Liu 提交者: Andrejs Cunskis
浏览文件

Resolve Flaky test: spec/features/invites_spec.rb

上级 7192d15c
No related branches found
No related tags found
无相关合并请求
......@@ -31,6 +31,8 @@ def fill_in_sign_up_form(new_user, submit_button_text = 'Register')
wait_for_all_requests
expect(page).to have_selector('.gl-field-success-outline')
click_button submit_button_text
end
......@@ -195,8 +197,7 @@ def fill_in_welcome_form
context 'when the user sign-up using a different email address' do
let(:invite_email) { build_stubbed(:user).email }
it 'signs up and redirects to the activity page',
quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/414971' do
it 'signs up and redirects to the activity page' do
fill_in_sign_up_form(new_user)
fill_in_welcome_form
......@@ -266,8 +267,7 @@ def fill_in_welcome_form
allow(User).to receive(:allow_unconfirmed_access_for).and_return 2.days
end
it 'signs up and redirects to the group activity page',
quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/414971' do
it 'signs up and redirects to the group activity page' do
fill_in_sign_up_form(new_user)
fill_in_welcome_form
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册