We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb8913 commit 5f6aa41Copy full SHA for 5f6aa41
src/components/chat/chat.spec.ts
@@ -1350,7 +1350,7 @@ describe('Chat', () => {
1350
}
1351
});
1352
1353
- it('should activates the recent message when the message list is focused', async () => {
+ xit('should activates the recent message when the message list is focused', async () => {
1354
chat.messages = messages;
1355
await elementUpdated(chat);
1356
await aTimeout(500);
0 commit comments