Commit c21a079c authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'update-testcase-links' into 'master'

Update old test case link with max comments

See merge request gitlab-org/gitlab!59410
parents 853e17c3 8c25c8a2
...@@ -38,7 +38,7 @@ module QA ...@@ -38,7 +38,7 @@ module QA
Flow::Saml.logout_from_idp(@saml_idp_service) Flow::Saml.logout_from_idp(@saml_idp_service)
end end
it 'removes existing users from the group, forces existing users to create a new account and allows to leave group', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/708' do it 'removes existing users from the group, forces existing users to create a new account and allows to leave group', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1766' do
expect(@group.list_members.map { |item| item["username"] }).not_to include(@developer_user.username) expect(@group.list_members.map { |item| item["username"] }).not_to include(@developer_user.username)
visit_managed_group_url visit_managed_group_url
......
...@@ -148,7 +148,7 @@ module QA ...@@ -148,7 +148,7 @@ module QA
Page::Project::New.perform(&:go_to_create_from_template_group_tab) Page::Project::New.perform(&:go_to_create_from_template_group_tab)
end end
it 'successfully imports the project using template', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1273' do it 'successfully imports the project using template', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1768' do
Page::Project::New.perform do |new_page| Page::Project::New.perform do |new_page|
expect(new_page.group_template_tab_badge_text).to eq "1" expect(new_page.group_template_tab_badge_text).to eq "1"
expect(new_page).to have_text(@template_container_group_name) expect(new_page).to have_text(@template_container_group_name)
......
...@@ -13,7 +13,7 @@ module QA ...@@ -13,7 +13,7 @@ module QA
Page::Project::Menu.perform(&:go_to_boards) Page::Project::Menu.perform(&:go_to_boards)
end end
it 'renames the issue board', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/609' do it 'renames the issue board', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1770' do
new_board_name = 'UX' new_board_name = 'UX'
Page::Component::IssueBoard::Show.perform do |show| Page::Component::IssueBoard::Show.perform do |show|
......
...@@ -50,7 +50,7 @@ module QA ...@@ -50,7 +50,7 @@ module QA
go_to_project_board(milestone_board_list.project) go_to_project_board(milestone_board_list.project)
end end
it 'shows the just created board with a "1.0" (milestone) list, and an issue on it', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/607' do it 'shows the just created board with a "1.0" (milestone) list, and an issue on it', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1769' do
Page::Component::IssueBoard::Show.perform do |show| Page::Component::IssueBoard::Show.perform do |show|
expect(show.boards_dropdown).to have_content(milestone_board_list.board.name) expect(show.boards_dropdown).to have_content(milestone_board_list.board.name)
expect(show.boards_list_header_with_index(1)).to have_content('1.0') expect(show.boards_list_header_with_index(1)).to have_content('1.0')
......
...@@ -106,7 +106,7 @@ module QA ...@@ -106,7 +106,7 @@ module QA
Page::Project::Menu.perform(&:click_on_license_compliance) Page::Project::Menu.perform(&:click_on_license_compliance)
end end
it 'can approve and deny licenses in the pipeline', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1272' do it 'can approve and deny licenses in the pipeline', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1767' do
EE::Page::Project::Secure::LicenseCompliance.perform do |license_compliance| EE::Page::Project::Secure::LicenseCompliance.perform do |license_compliance|
license_compliance.open_tab license_compliance.open_tab
license_compliance.approve_license approved_license_name license_compliance.approve_license approved_license_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