Commit bb63c4be authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-shl-de-quarantine-instance-project-template-spec' into 'master'

De-quarantine instance project template spec

See merge request gitlab-org/gitlab!50563
parents ebe6de29 efbfb583
......@@ -69,12 +69,7 @@ module QA
end
end
# This was originally quarantined only on staging
# against the issue https://gitlab.com/gitlab-org/gitlab/-/issues/228624
# Now quarantining against a new issue due to failures on master
# If dequarantining, the original staging quarantine should be reverted
# if still applicable.
context 'instance level', :requires_admin, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/247874', type: :bug } do
context 'instance level', :requires_admin do
before do
Flow::Login.sign_in_as_admin
......@@ -102,7 +97,8 @@ module QA
it 'successfully imports the project using template', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/914' do
Page::Project::New.perform do |new_page|
new_page.retry_until do
# TODO: Remove `reload true` once this bug is fixed: https://gitlab.com/gitlab-org/gitlab/-/issues/247874
new_page.retry_until(reload: true) do
new_page.go_to_create_from_template_instance_tab
expect(new_page.instance_template_tab_badge_text).to eq "1"
new_page.has_text?(@template_project.name)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment