Skip to content

Commit

Permalink
test: Missing setting clean-up in Livechat autoselection test (Rocket…
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva authored Nov 26, 2024
1 parent db649ac commit 3a66c37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ test.describe('OC - Livechat - Queue Management', () => {

test.afterAll(async ({ api }) => {
await Promise.all([
api.post('/settings/Livechat_accept_chats_with_no_agents', { value: false }),
api.post('/settings/Livechat_waiting_queue', { value: false }),
api.post('/settings/Livechat_waiting_queue_message', { value: '' }),
api.delete('/livechat/users/agent/user1'),
Expand Down

0 comments on commit 3a66c37

Please sign in to comment.