Skip to content
Snippets Groups Projects
Unverified Commit 7d5bdde4 authored by Guilherme Gazzo's avatar Guilherme Gazzo Committed by GitHub
Browse files

test: close pages after OC - Livechat

parent 651e0935
No related branches found
No related tags found
No related merge requests found
......@@ -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 () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment