it('calls `acceptAll` returned by `required` on `acceptAll` action', async () => {
    const {consentApi, dispatch} = setup();

    await eagerlyRequireConsentElsewhere(consentApi);
    dispatch(acceptAll());