Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Jul 12, 2023
1 parent afe9d07 commit aea52a5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,9 @@ describe('<IndexManagementHome />', () => {
});

test('should be able to open a closed index', async () => {
testBed = await setup(httpSetup);
testBed = await setup(httpSetup, {
enableIndexActions: true,
});
const { component, find, actions } = testBed;

component.update();
Expand Down

0 comments on commit aea52a5

Please sign in to comment.