Skip to content

Move file new tab check in new test

Lorenz van Herwaarden requested to merge move-target-blank-test-non-dynamic into master

What does this MR do and why?

Closes #436492 (closed)

The check whether the file opens in a new tab is not dependent on the lineData so it's unnecessary to check this multiple times in the it.each. Instead, it's moved to a separate test.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

How to set up and validate locally

yarn jest ee/spec/frontend/security_dashboard/components/shared/vulnerability_details_graphql/index_spec.js
Edited by Lorenz van Herwaarden

Merge request reports