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;
|
||||
|
||||
|
@ -504,9 +503,9 @@ describe.skip('closure options', () => {
|
|||
closureType: 'close-by-pushing',
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe('user interactions', () => {
|
||||
describe('user interactions', () => {
|
||||
beforeEach(() => {
|
||||
useCaseConfigureMock.mockImplementation(() => ({
|
||||
...useCaseConfigureResponse,
|
||||
|
@ -597,4 +596,5 @@ describe('user interactions', () => {
|
|||
wrapper.find('[data-test-subj="case-configure-action-bottom-bar"]').exists()
|
||||
).toBeFalsy();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue