mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
cc171423ec
commit
bb7ea37315
1 changed files with 3 additions and 4 deletions
|
@ -66,8 +66,7 @@ const loadJobsMock = {
|
|||
}]
|
||||
};
|
||||
|
||||
// FAILING: https://github.com/elastic/kibana/issues/34206
|
||||
describe.skip('<JobList />', () => {
|
||||
describe('<JobList />', () => {
|
||||
describe('detail panel', () => {
|
||||
let server;
|
||||
let component;
|
||||
|
@ -94,8 +93,8 @@ describe.skip('<JobList />', () => {
|
|||
JSON.stringify(loadJobsMock),
|
||||
]);
|
||||
|
||||
// Mock all user actions tracking
|
||||
server.respondWith('POST', /\/api\/user_action/, [200, { 'Content-Type': 'application/json' }, '']);
|
||||
// Mock all other HTTP Requests
|
||||
server.respondWith([200, {}, '']);
|
||||
|
||||
const initTestBed = registerTestBed(JobList, {}, createRollupJobsStore());
|
||||
({ component, exists, getMetadataFromEuiTable } = initTestBed(undefined, testBedOptions));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue