it('is hidden on deny all', async () => {
    const {select, consentApi, dispatch} = setup();

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