From cb7c338d94e703f7338cdb0264fea2f5df1a4ad3 Mon Sep 17 00:00:00 2001 From: Kevin Aleman Date: Wed, 17 Dec 2025 19:29:27 -0600 Subject: [PATCH] test: Flaky `average-service-time` livechat test (#37854) --- apps/meteor/tests/end-to-end/api/livechat/17-dashboards-ee.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/meteor/tests/end-to-end/api/livechat/17-dashboards-ee.ts b/apps/meteor/tests/end-to-end/api/livechat/17-dashboards-ee.ts index 19c515a742a..f4aaae5d309 100644 --- a/apps/meteor/tests/end-to-end/api/livechat/17-dashboards-ee.ts +++ b/apps/meteor/tests/end-to-end/api/livechat/17-dashboards-ee.ts @@ -25,6 +25,7 @@ import { IS_EE } from '../../../e2e/config/constants'; await updateSetting('Livechat_enabled', true); await updateEESetting('Livechat_Require_Contact_Verification', 'never'); await createAgent(); + await makeAgentAvailable(); }); describe('livechat/analytics/agents/average-service-time', () => {