summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorAleksandr Soborov <asoborov@gitlab.com>2019-07-31 16:25:11 +0000
committerPaul Slaughter <pslaughter@gitlab.com>2019-07-31 16:25:11 +0000
commite6fc6373e3f74e825694f448b2a44797a3ebe935 (patch)
treebcccdb67ea340b5164d2b743c1cfc080db03b030 /qa
parentab4e9b472ae69fa53919604e2f6e1fac056ddfe1 (diff)
downloadgitlab-ce-e6fc6373e3f74e825694f448b2a44797a3ebe935.tar.gz
Fix missing statements cut off by merge
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb b/qa/qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb
index a1997b7846a..85ea58f16c6 100644
--- a/qa/qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb
+++ b/qa/qa/specs/features/ee/browser_ui/secure/security_reports_spec.rb
@@ -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)