[Security Solution][Endpoint] Update test data for endpoint list FTR tests and un-skip test suite (#155060)

## Summary

- Update test data for endpoint list FTR tests and un-skip test suite

Fixes #154916 
Fixes #154917
This commit is contained in:
Paul Tavares 2023-04-18 08:34:07 -04:00 committed by GitHub
parent 581bfb37b3
commit 6f0b64ce63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
'x',
'x',
'Warning',
'Linux',
'macOS',
'10.2.17.24, 10.56.215.200,10.254.196.130',
'x',
'x',
@ -59,7 +59,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
'x',
'x',
'Warning',
'Linux',
'macOS',
'10.87.11.145, 10.117.106.109,10.242.136.97',
'x',
'x',
@ -81,9 +81,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
return tableData;
};
// Failing: See https://github.com/elastic/kibana/issues/154917
// Failing: See https://github.com/elastic/kibana/issues/154916
describe.skip('endpoint list', function () {
describe('endpoint list', function () {
const sleep = (ms = 100) => new Promise((resolve) => setTimeout(resolve, ms));
let indexedData: IndexedHostsAndAlertsResponse;
describe('when initially navigating to page', () => {