mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix app test
This commit is contained in:
parent
32240ddf64
commit
3069a1536f
|
@ -45,9 +45,7 @@ describe('App container', () => {
|
||||||
</Provider>,
|
</Provider>,
|
||||||
);
|
);
|
||||||
const actionList = screen.getByTestId('actionList');
|
const actionList = screen.getByTestId('actionList');
|
||||||
expect(
|
expect(within(actionList).queryByRole('button')).not.toBeInTheDocument();
|
||||||
within(actionList).getByTestId('actionListRows'),
|
|
||||||
).toBeEmptyDOMElement();
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user