Skip to content
Snippets Groups Projects
Commit 590d9566 authored by Tanya Pazitny's avatar Tanya Pazitny
Browse files

Merge branch 'qa-update-testcase-links-manage-secure' into 'master'

Update testcase links in manage and secure specs

See merge request gitlab-org/gitlab!53636
parents e2f5c27c aafc59c3
No related branches found
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