test: Flaky `average-service-time` livechat test (#37854)

pull/37858/head
Kevin Aleman 6 months ago committed by GitHub
parent afd964b7d8
commit cb7c338d94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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', () => {

Loading…
Cancel
Save