Commit aafc59c3 authored by Desiree Chevalier's avatar Desiree Chevalier

Update testcase links in manage and secure specs

parent 1206515e
...@@ -21,7 +21,7 @@ module QA ...@@ -21,7 +21,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/1070' do it 'allows forking outside of group', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1681' 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)
...@@ -34,7 +34,7 @@ module QA ...@@ -34,7 +34,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/1107' do it 'does not allow forking outside of group', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1682' 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)
......
...@@ -73,7 +73,7 @@ module QA ...@@ -73,7 +73,7 @@ module QA
end end
end end
it 'displays security reports in the project security dashboard', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/566' do it 'displays security reports in the project security dashboard', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1683' do
Page::Project::Menu.perform(&:click_project) Page::Project::Menu.perform(&:click_project)
Page::Project::Menu.perform(&:click_on_vulnerability_report) Page::Project::Menu.perform(&:click_on_vulnerability_report)
......
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