diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-17 09:21:11 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-17 09:21:11 +0100 |
commit | 82e3ae1523ca6b9013010d9f588213ce4e160403 (patch) | |
tree | 3bf01ecc873a1595bb0d3ee9da449c2442d29b09 /server/tests | |
parent | f11d8a838099f5d9a67759820d57d0da294377fe (diff) | |
download | PeerTube-82e3ae1523ca6b9013010d9f588213ce4e160403.tar.gz PeerTube-82e3ae1523ca6b9013010d9f588213ce4e160403.tar.zst PeerTube-82e3ae1523ca6b9013010d9f588213ce4e160403.zip |
Fix CI
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/notifications/comments-notifications.ts | 5 |
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) |