Skip to content

Commit

Permalink
Removed calls from previous copied test.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuff-links committed Dec 31, 2021
1 parent 2edd745 commit 798b580
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,6 @@ describe('<IndexManagementHome />', () => {
// After the index is unfrozen, we imediately do a reload. So we need to expect to see
// a reload server call also.
expect(server.requests[requestsCount - 1].url).toBe(`${API_BASE_PATH}/indices/reload`);
// Open context menu once again, since clicking an action will close it.
await actions.clickManageContextMenuButton();
// The unfreeze action should not be present anymore
expect(exists('unfreezeIndexMenuButton')).toBe(false);
});
});

Expand Down

0 comments on commit 798b580

Please sign in to comment.