X-Git-Url: http://these/git/?a=blobdiff_plain;f=api_tests%2Fsrc%2Fcomment.spec.ts;fp=ui%2Fsrc%2Fapi_tests%2Fcomment.spec.ts;h=0f8f59d62a0c6a3c724405dfe9f1e7534520292e;hb=5c6258390c46159c16f49295314c6519215fc6ae;hp=83526cf962a7bddba1ec6855104627c4854dedf8;hpb=b69524b498983da636b3a31f5acb74fbb1f13ab4;p=lemmy.git diff --git a/ui/src/api_tests/comment.spec.ts b/api_tests/src/comment.spec.ts similarity index 99% rename from ui/src/api_tests/comment.spec.ts rename to api_tests/src/comment.spec.ts index 83526cf9..0f8f59d6 100644 --- a/ui/src/api_tests/comment.spec.ts +++ b/api_tests/src/comment.spec.ts @@ -235,7 +235,7 @@ test('Reply to a comment', async () => { test('Mention beta', async () => { // Create a mention on alpha - let mentionContent = 'A test mention of @lemmy_beta@lemmy-beta:8550'; + let mentionContent = 'A test mention of @lemmy_beta@lemmy-beta:8551'; let commentRes = await createComment(alpha, postRes.post.id); await delay(); let mentionRes = await createComment( @@ -275,7 +275,7 @@ test('A and G subscribe to B (center) A posts, G mentions B, it gets announced t let gammaPost = search.posts[0]; let commentContent = - 'A jest test federated comment announce, lets mention @lemmy_beta@lemmy-beta:8550'; + 'A jest test federated comment announce, lets mention @lemmy_beta@lemmy-beta:8551'; let commentRes = await createComment( gamma, gammaPost.id,