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

    await eagerlyRequireConsentElsewhere(consentApi);
    dispatch(denyAll());