Skip to content

Commit

Permalink
fix typecheck in UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusbsilva137 committed Oct 19, 2024
1 parent 1bfe107 commit 7971529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test.describe('OC - Livechat - Avatar visibility', async () => {
await page.close();
});

test.afterAll(async () => {
test.afterAll(async ({ api }) => {
await agent.delete();
expect((await api.post('/settings/Livechat_Require_Contact_Verification', { value: 'always' })).status()).toBe(200);
});
Expand Down

0 comments on commit 7971529

Please sign in to comment.