diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/notifications/user-notifications.ts | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/server/tests/api/notifications/user-notifications.ts b/server/tests/api/notifications/user-notifications.ts index 625e344fa..3c9c7fe31 100644 --- a/server/tests/api/notifications/user-notifications.ts +++ b/server/tests/api/notifications/user-notifications.ts | |||
@@ -1024,15 +1024,16 @@ describe('Test users notifications', function () { | |||
1024 | await removeUserSubscription(servers[1].url, servers[1].accessToken, 'user_1_channel@localhost:' + servers[0].port) | 1024 | await removeUserSubscription(servers[1].url, servers[1].accessToken, 'user_1_channel@localhost:' + servers[0].port) |
1025 | }) | 1025 | }) |
1026 | 1026 | ||
1027 | it('Should notify when a local account is following one of our channel', async function () { | 1027 | // PeerTube does not support accout -> account follows |
1028 | this.timeout(10000) | 1028 | // it('Should notify when a local account is following one of our channel', async function () { |
1029 | 1029 | // this.timeout(10000) | |
1030 | await addUserSubscription(servers[0].url, servers[0].accessToken, 'user_1@localhost:' + servers[0].port) | 1030 | // |
1031 | 1031 | // await addUserSubscription(servers[0].url, servers[0].accessToken, 'user_1@localhost:' + servers[0].port) | |
1032 | await waitJobs(servers) | 1032 | // |
1033 | 1033 | // await waitJobs(servers) | |
1034 | await checkNewActorFollow(baseParams, 'account', 'root', 'super root name', myUserName, 'presence') | 1034 | // |
1035 | }) | 1035 | // await checkNewActorFollow(baseParams, 'account', 'root', 'super root name', myUserName, 'presence') |
1036 | // }) | ||
1036 | 1037 | ||
1037 | it('Should notify when a remote account is following one of our channel', async function () { | 1038 | it('Should notify when a remote account is following one of our channel', async function () { |
1038 | this.timeout(10000) | 1039 | this.timeout(10000) |