Commit b0368abe authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-quarantine-security-reports-spec' into 'master'

Quarantine two security_reports_spec examples

See merge request gitlab-org/gitlab!59710
parents 2c4ba394 089e8af7
...@@ -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' do 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
Flow::Pipeline.visit_latest_pipeline Flow::Pipeline.visit_latest_pipeline
Page::Project::Pipeline::Show.perform do |pipeline| Page::Project::Pipeline::Show.perform do |pipeline|
...@@ -130,7 +130,7 @@ module QA ...@@ -130,7 +130,7 @@ module QA
end end
end end
it 'displays the Dependency List', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/564' do it 'displays the Dependency List', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/564', quarantine: { only: { pipeline: [:master, :nightly] }, issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/328059', type: :bug } do
Page::Project::Menu.perform(&:click_on_dependency_list) Page::Project::Menu.perform(&:click_on_dependency_list)
EE::Page::Project::Secure::DependencyList.perform do |dependency_list| EE::Page::Project::Secure::DependencyList.perform do |dependency_list|
......
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