Skip to content

Commit

Permalink
test(ti): Add after
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Dec 11, 2024
1 parent e328982 commit 4e0cff1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/testcafe-devextreme/tests/chat/typingIndicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 4e0cff1

Please sign in to comment.