Commit e6fc6373 authored by Aleksandr Soborov's avatar Aleksandr Soborov Committed by Paul Slaughter

Fix missing statements cut off by merge

parent ab4e9b47
......@@ -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