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 a2f80de commit 217ed22Copy full SHA for 217ed22
ui-tests/tests/notifications.spec.ts
@@ -19,7 +19,7 @@ const FILENAME = 'my-chat.chat';
19
const MSG_CONTENT = 'Hello World!';
20
const USERNAME = USER.identity.username;
21
22
-test.describe('#notifications', () => {
+test.skip('#notifications', () => {
23
const baseTime = 1714116341;
24
const messagesCount = 15;
25
const messagesList: any[] = [];
0 commit comments