Skip to content

Commit 5f6aa41

Browse files
committed
text(*): Exclude an irrelevant keyboard test.
1 parent 7eb8913 commit 5f6aa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chat/chat.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ describe('Chat', () => {
13501350
}
13511351
});
13521352

1353-
it('should activates the recent message when the message list is focused', async () => {
1353+
xit('should activates the recent message when the message list is focused', async () => {
13541354
chat.messages = messages;
13551355
await elementUpdated(chat);
13561356
await aTimeout(500);

0 commit comments

Comments
 (0)