Skip to content

Commit

Permalink
test(ti): Remove after && Add repaint in the start of test
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Dec 11, 2024
1 parent 4a61ae0 commit a8a6aae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e2e/testcafe-devextreme/tests/chat/typingIndicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ test('Chat: typing indicator with emptyview', async (t) => {
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);

const chat = new Chat('#container');
await chat.repaint();

await testScreenshot(t, takeScreenshot, 'Typing indicator with emptyview.png', {
element: '#container',
Expand Down Expand Up @@ -48,9 +49,6 @@ 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 a8a6aae

Please sign in to comment.