aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-17 09:21:11 +0100
committerChocobozzz <me@florianbigard.com>2023-02-17 09:21:11 +0100
commit82e3ae1523ca6b9013010d9f588213ce4e160403 (patch)
tree3bf01ecc873a1595bb0d3ee9da449c2442d29b09 /server/tests/api/notifications
parentf11d8a838099f5d9a67759820d57d0da294377fe (diff)
downloadPeerTube-82e3ae1523ca6b9013010d9f588213ce4e160403.tar.gz
PeerTube-82e3ae1523ca6b9013010d9f588213ce4e160403.tar.zst
PeerTube-82e3ae1523ca6b9013010d9f588213ce4e160403.zip
Fix CI
Diffstat (limited to 'server/tests/api/notifications')
-rw-r--r--server/tests/api/notifications/comments-notifications.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/server/tests/api/notifications/comments-notifications.ts b/server/tests/api/notifications/comments-notifications.ts
index 5a50af040..65007193a 100644
--- a/server/tests/api/notifications/comments-notifications.ts
+++ b/server/tests/api/notifications/comments-notifications.ts
@@ -18,9 +18,8 @@ describe('Test comments notifications', function () {
18 let emails: object[] = [] 18 let emails: object[] = []
19 19
20 const commentText = '**hello** <a href="https://joinpeertube.org">world</a>, <h1>what do you think about peertube?</h1>' 20 const commentText = '**hello** <a href="https://joinpeertube.org">world</a>, <h1>what do you think about peertube?</h1>'
21 const expectedHtml = '<strong style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;">hello</strong> ' + 21 const expectedHtml = '<strong>hello</strong> <a href="https://joinpeertube.org" target="_blank" rel="noopener noreferrer">world</a>' +
22 '<a href="https://joinpeertube.org" target="_blank" rel="noopener noreferrer" style="-ms-text-size-adjust: 100%; ' + 22 ', </p>what do you think about peertube?'
23 '-webkit-text-size-adjust: 100%; text-decoration: none; color: #f2690d;">world</a>, </p>what do you think about peertube?'
24 23
25 before(async function () { 24 before(async function () {
26 this.timeout(120000) 25 this.timeout(120000)