Skip to content

Commit

Permalink
fix end-to-end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusbsilva137 committed Dec 10, 2024
1 parent 954f8ea commit 5e8752d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/tests/end-to-end/api/livechat/04-dashboards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 5e8752d

Please sign in to comment.