Skip to content

Commit

Permalink
test: Missing setting clean-up in Livechat autoselection test (#34052)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva authored and ggazzo committed Dec 5, 2024
1 parent 9b038ba commit 06fbf92
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 06fbf92

Please sign in to comment.