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', () => {