it('should emit `behaviorToggled:allow_action` event when the limit is not reached once but `behavior:allow_action` twice', async () => {
            const licenseManager = await getReadyLicenseManager();
            const fn = jest.fn();
            const toggleFn = jest.fn();