Commit 260635a7 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'fix-security-report-test-linter' into 'master'

Fix missing statements cut off by merge

See merge request gitlab-org/gitlab-ee!14940
parents ab4e9b47 e6fc6373
......@@ -80,6 +80,8 @@ module QA
EE::Page::Group::Secure::Show.perform do |dashboard|
dashboard.filter_project(@project.name)
expect(dashboard).to have_low_vulnerability_count_of "1"
end
end
it 'displays the Dependency List' do
Page::Project::Menu.perform(&:click_on_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