mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Co-authored-by: Christos Nasikas <christos.nasikas@elastic.co>
This commit is contained in:
parent
ebeddd3d61
commit
26b3137981
1 changed files with 129 additions and 129 deletions
|
@ -47,6 +47,7 @@ describe('ConfigureCases', () => {
|
|||
iconClass: 'logoSecurity',
|
||||
});
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
useActionTypesMock.mockImplementation(() => useActionTypesResponse);
|
||||
});
|
||||
|
@ -451,10 +452,8 @@ describe('ConfigureCases', () => {
|
|||
).toBe('Update My Connector 2');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/115366
|
||||
describe.skip('closure options', () => {
|
||||
describe('closure options', () => {
|
||||
let wrapper: ReactWrapper;
|
||||
let persistCaseConfigure: jest.Mock;
|
||||
|
||||
|
@ -598,3 +597,4 @@ describe('user interactions', () => {
|
|||
).toBeFalsy();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue