|
@@ -116,8 +116,8 @@ describe('GroupActions', function () {
|
|
expect(reprocessActionButton).toBeTruthy();
|
|
expect(reprocessActionButton).toBeTruthy();
|
|
|
|
|
|
reprocessActionButton.simulate('click');
|
|
reprocessActionButton.simulate('click');
|
|
-
|
|
|
|
await tick();
|
|
await tick();
|
|
|
|
+ wrapper.update();
|
|
|
|
|
|
expect(onReprocessEventFunc).toHaveBeenCalled();
|
|
expect(onReprocessEventFunc).toHaveBeenCalled();
|
|
});
|
|
});
|