From 5e8752d3c47c20d67e877daf8e6cfa07b5796f41 Mon Sep 17 00:00:00 2001 From: matheusbsilva137 Date: Tue, 10 Dec 2024 13:14:34 -0300 Subject: [PATCH] fix end-to-end tests --- apps/meteor/tests/end-to-end/api/livechat/04-dashboards.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/meteor/tests/end-to-end/api/livechat/04-dashboards.ts b/apps/meteor/tests/end-to-end/api/livechat/04-dashboards.ts index 0858d2685f53..d62d41a5d811 100644 --- a/apps/meteor/tests/end-to-end/api/livechat/04-dashboards.ts +++ b/apps/meteor/tests/end-to-end/api/livechat/04-dashboards.ts @@ -1280,7 +1280,7 @@ describe('LIVECHAT - dashboards', function () { expect(result.body).to.be.an('array'); const expectedResult = [ - { title: 'Total_conversations', value: 13 }, + { title: 'Total_conversations', value: 15 }, { title: 'Open_conversations', value: 10 }, { title: 'On_Hold_conversations', value: 1 }, // { title: 'Total_messages', value: 6 },