Commit 7157ed22 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'missing-a-blank' into 'master'

Missing target blank in View full report button

See merge request gitlab-org/gitlab!39501
parents 575943d8 fdf6fd64
...@@ -116,6 +116,7 @@ export default { ...@@ -116,6 +116,7 @@ export default {
<template v-if="showViewFullReport" #actionButtons> <template v-if="showViewFullReport" #actionButtons>
<gl-button <gl-button
:href="testTabURL" :href="testTabURL"
target="_blank"
icon="external-link" icon="external-link"
data-testid="group-test-reports-full-link" data-testid="group-test-reports-full-link"
class="gl-mr-3" class="gl-mr-3"
......
---
title: Make View full report button open link in new tab
merge_request: 39501
author:
type: changed
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