Skip to content

Commit a6cf50b

Browse files
authored
Add blank actions links to TestTable (#991)
- Add blank action links to TestTable to open a newtab from allTestsInfo page. related:#985 Signed-off-by: Anna Babu Palathingal <[email protected]>
1 parent 5668396 commit a6cf50b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test-result-summary-client/src/Build/TestTable.jsx

+8
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ export default class TestTable extends Component {
126126
pathname: '/testPerPlatform',
127127
search: params({ testId }),
128128
}}
129+
target="_blank"
130+
rel="noopener noreferrer"
129131
>
130132
<Tooltip title="All Platforms">
131133
<ClusterOutlined />
@@ -137,6 +139,8 @@ export default class TestTable extends Component {
137139
pathname: '/deepHistory',
138140
search: params({ testId }),
139141
}}
142+
target="_blank"
143+
rel="noopener noreferrer"
140144
>
141145
<Tooltip title="Deep History">
142146
<HistoryOutlined />
@@ -149,6 +153,8 @@ export default class TestTable extends Component {
149153
pathname: '/gitNewIssue',
150154
search: params({ testId, buildId }),
151155
}}
156+
target="_blank"
157+
rel="noopener noreferrer"
152158
>
153159
<Tooltip title="Create new Github issue">
154160
{' '}
@@ -200,6 +206,8 @@ export default class TestTable extends Component {
200206
testName,
201207
}),
202208
}}
209+
target="_blank"
210+
rel="noopener noreferrer"
203211
>
204212
<Tooltip title="Possible Issues">
205213
<QuestionCircleOutlined />

0 commit comments

Comments
 (0)