Skip to content

Commit 217ed22

Browse files
committed
Skipping the notification test, to be restored in follow up PR
1 parent a2f80de commit 217ed22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-tests/tests/notifications.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const FILENAME = 'my-chat.chat';
1919
const MSG_CONTENT = 'Hello World!';
2020
const USERNAME = USER.identity.username;
2121

22-
test.describe('#notifications', () => {
22+
test.skip('#notifications', () => {
2323
const baseTime = 1714116341;
2424
const messagesCount = 15;
2525
const messagesList: any[] = [];

0 commit comments

Comments
 (0)