Commit 85046691 authored by Anastasia McDonald's avatar Anastasia McDonald

Update testcase links to new ones

Due to comment limit exceeded
parent 1fd8f45d
...@@ -25,7 +25,7 @@ module QA ...@@ -25,7 +25,7 @@ module QA
set_prevent_forking_outside_group('disabled') set_prevent_forking_outside_group('disabled')
end end
it 'allows forking outside of group', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1681' do it 'allows forking outside of group', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1774' do
visit_project_and_search_group_for_fork visit_project_and_search_group_for_fork
expect(page).to have_text(group_for_fork.path) expect(page).to have_text(group_for_fork.path)
...@@ -38,7 +38,7 @@ module QA ...@@ -38,7 +38,7 @@ module QA
set_prevent_forking_outside_group('enabled') set_prevent_forking_outside_group('enabled')
end end
it 'does not allow forking outside of group', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1682' do it 'does not allow forking outside of group', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1775' do
visit_project_and_search_group_for_fork visit_project_and_search_group_for_fork
expect(page).not_to have_text(group_for_fork.path) expect(page).not_to have_text(group_for_fork.path)
......
...@@ -38,7 +38,7 @@ module QA ...@@ -38,7 +38,7 @@ module QA
end end
end end
it 'user submits a diff review', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1716', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/297257', type: :investigating } do it 'user submits a diff review', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1776', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/297257', type: :investigating } do
Flow::Login.sign_in Flow::Login.sign_in
merge_request.visit! merge_request.visit!
......
...@@ -113,7 +113,7 @@ module QA ...@@ -113,7 +113,7 @@ module QA
end end
end end
it 'rejects non-member users', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1677', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/224465', type: :investigating } do it 'rejects non-member users', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1778', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/224465', type: :investigating } do
non_member_user = Resource::User.new.tap do |user| non_member_user = Resource::User.new.tap do |user|
user.username = '' user.username = ''
user.password = '' user.password = ''
......
...@@ -49,7 +49,7 @@ module QA ...@@ -49,7 +49,7 @@ module QA
@project.visit! @project.visit!
end end
it 'displays security reports in the pipeline', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/565', quarantine: { only: { pipeline: [:master, :nightly] }, issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/325612', type: :bug } do it 'displays security reports in the pipeline', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1777', quarantine: { only: { pipeline: [:master, :nightly] }, issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/325612', type: :bug } do
Flow::Pipeline.visit_latest_pipeline Flow::Pipeline.visit_latest_pipeline
Page::Project::Pipeline::Show.perform do |pipeline| Page::Project::Pipeline::Show.perform do |pipeline|
......
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