@iblai/iblai-js 1.25.0 → 1.25.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3525,7 +3525,7 @@ function getTenantChatPrivacyRow(scope) {
3525
3525
  }
3526
3526
  async function expectTenantChatPrivacyVisible(scope, visible) {
3527
3527
  if (visible) {
3528
- await test$1.expect(getTenantChatPrivacyRow(scope)).toBeVisible({ timeout: 10000 });
3528
+ await test$1.expect(getTenantChatPrivacyRow(scope)).toBeVisible({ timeout: 120000 });
3529
3529
  }
3530
3530
  else {
3531
3531
  await test$1.expect(getTenantChatPrivacyRow(scope)).toBeHidden();
@@ -3533,7 +3533,9 @@ async function expectTenantChatPrivacyVisible(scope, visible) {
3533
3533
  }
3534
3534
  /** Assert the tenant gate's current state via `aria-checked` on the Radix switch. */
3535
3535
  async function expectTenantChatPrivacyEnabled(scope, enabled) {
3536
- await test$1.expect(getTenantChatPrivacySwitch(scope)).toHaveAttribute('aria-checked', String(enabled), { timeout: 10000 });
3536
+ await test$1.expect(getTenantChatPrivacySwitch(scope)).toHaveAttribute('aria-checked', String(enabled), {
3537
+ timeout: 10000,
3538
+ });
3537
3539
  }
3538
3540
  /**
3539
3541
  * Flip the tenant gate to the desired state. Idempotent — does nothing if