Skip to content

Commit a16b8ab

Browse files
committed
fix up functional tests
1 parent 756125d commit a16b8ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

x-pack/test/security_solution_endpoint/apps/endpoint/endpoint_list.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
242242
'IP Address',
243243
'Version',
244244
'Last Active',
245+
'Actions',
245246
],
246247
['No items found'],
247248
];
@@ -272,6 +273,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
272273
'IP Address',
273274
'Version',
274275
'Last Active',
276+
'Actions',
275277
],
276278
[
277279
'cadmann-4.example.com',
@@ -282,6 +284,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
282284
'10.192.213.130, 10.70.28.129',
283285
'6.6.1',
284286
'Jan 24, 2020 @ 16:06:09.541',
287+
'',
285288
],
286289
[
287290
'thurlow-9.example.com',
@@ -292,6 +295,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
292295
'10.46.229.234',
293296
'6.0.0',
294297
'Jan 24, 2020 @ 16:06:09.541',
298+
'',
295299
],
296300
];
297301

0 commit comments

Comments
 (0)