Skip to content

Commit

Permalink
test: close pages after OC - Livechat
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored May 2, 2024
1 parent 651e093 commit 7d5bdde
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ test.describe('OC - Livechat - Cross Tab Communication', () => {
test.afterAll(async () => {
await poHomeOmnichannel.page?.close();
await agent.delete();
await pageLivechat1.page.close();
await pageLivechat2.page.close();
});

test('OC - Livechat - Send messages, close chat and start again 2 tabs', async () => {
Expand Down

0 comments on commit 7d5bdde

Please sign in to comment.