Skip to content
Snippets Groups Projects
Commit aafc59c3 authored by Désirée Chevalier's avatar Désirée Chevalier
Browse files

Update testcase links in manage and secure specs

parent 1206515e
Branches sh-fix-discussion-note-promotion-failure-handling
No related tags found
No related merge requests found
Loading
Loading
@@ -21,7 +21,7 @@ module QA
set_prevent_forking_outside_group('disabled')
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
 
expect(page).to have_text(group_for_fork.path)
Loading
Loading
@@ -34,7 +34,7 @@ module QA
set_prevent_forking_outside_group('enabled')
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
 
expect(page).not_to have_text(group_for_fork.path)
Loading
Loading
Loading
Loading
@@ -73,7 +73,7 @@ module QA
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_on_vulnerability_report)
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment