mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fixing another async describe call
This commit is contained in:
parent
5a2780d042
commit
2d503cc0eb
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ describe.skip('<IndexManagementHome />', () => {
|
|||
server.restore();
|
||||
});
|
||||
|
||||
describe('on component mount', async () => {
|
||||
describe('on component mount', () => {
|
||||
beforeEach(async () => {
|
||||
httpRequestsMockHelpers.setLoadIndicesResponse([]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue