Skip to content
代码片段 群组 项目
提交 b0616382 编辑于 作者: Mark Lapierre's avatar Mark Lapierre
浏览文件

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

Quarantining security reports spec

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/125648



Merged-by: default avatarMark Lapierre <mlapierre@gitlab.com>
Approved-by: default avatarMark Lapierre <mlapierre@gitlab.com>
Co-authored-by: default avatarhmuralidhar <hmuralidhar@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -78,7 +78,11 @@ module QA ...@@ -78,7 +78,11 @@ module QA
end end
it 'displays security reports in the project security dashboard', it 'displays security reports in the project security dashboard',
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348037' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/348037',
quarantine: {
type: :stale,
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/416731'
} do
push_security_reports push_security_reports
Page::Project::Menu.perform(&:click_project) Page::Project::Menu.perform(&:click_project)
Page::Project::Menu.perform(&:go_to_vulnerability_report) Page::Project::Menu.perform(&:go_to_vulnerability_report)
...@@ -140,7 +144,11 @@ module QA ...@@ -140,7 +144,11 @@ module QA
end end
it 'displays false positives for the vulnerabilities', it 'displays false positives for the vulnerabilities',
testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/350412' do testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/350412',
quarantine: {
type: :stale,
issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/416731'
} do
push_security_reports push_security_reports
Page::Project::Menu.perform(&:click_project) Page::Project::Menu.perform(&:click_project)
Support::Waiter.wait_until(sleep_interval: 3) do Support::Waiter.wait_until(sleep_interval: 3) do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册