mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit 31328ff51d
)
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
This commit is contained in:
parent
d5a9f0b375
commit
21e54e0195
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ describe('Initializing the store', () => {
|
|||
it('starts new searchSessionId', async () => {
|
||||
const { store } = await makeLensStore({ preloadedState });
|
||||
await act(async () => {
|
||||
await store.dispatch(loadInitial(defaultProps));
|
||||
await store.dispatch(loadInitial({ ...defaultProps, initialInput: undefined }));
|
||||
});
|
||||
expect(store.getState()).toEqual({
|
||||
lens: expect.objectContaining({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue