Fix tests errors and warnings - iteration 3 (#12212) (#12219)

This commit is contained in:
Michael S. Molina
2021-01-26 04:40:59 -03:00
committed by GitHub
parent 22d52eadb2
commit 6bf5d2c06d
6 changed files with 62 additions and 5 deletions

View File

@@ -147,6 +147,7 @@ describe('AnnotationList', () => {
act(() => {
wrapper.find('button').last().props().onClick();
});
await waitForComponentToPaint(wrapper);
});
it('shows/hides bulk actions when bulk actions is clicked', async () => {