From 4e0cff1b42d3298986f2b28f0860124982d7864a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marker=20dao=20=C2=AE?= Date: Wed, 11 Dec 2024 12:59:52 +0100 Subject: [PATCH] test(ti): Add after --- e2e/testcafe-devextreme/tests/chat/typingIndicator.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/e2e/testcafe-devextreme/tests/chat/typingIndicator.ts b/e2e/testcafe-devextreme/tests/chat/typingIndicator.ts index 3f1e19c52539..cfaeddd410af 100644 --- a/e2e/testcafe-devextreme/tests/chat/typingIndicator.ts +++ b/e2e/testcafe-devextreme/tests/chat/typingIndicator.ts @@ -48,6 +48,9 @@ test('Chat: typing indicator with emptyview', async (t) => { height: 600, typingUsers, }); +}).after(async () => { + const chat = new Chat('#container'); + await chat.repaint(); }); test('Chat: typing indicator with a lot of items', async (t) => {