Skip to content

Update tests in policy_editor/scan_result_policy/security_scan_rule_builder_spec.js to use `shallowMountExtended`

Ashutosh Gupta requested to merge gitlab-community/gitlab:issue_419212 into master

This MR aims to solve #419212

Replace mountExtended to shallowMountExtended.

  • Refactor all the tests to use shallowMountExtended
  • use stubs instead if children need to be rendered
  • ensure the tests focus on the ee/app/assets/javascripts/security_orchestration/components/policy_editor/scan_result_policy/security_scan_rule_builder.vue component

Merge request reports