]> Untitled Git - lemmy.git/blobdiff - api_tests/src/comment.spec.ts
Isomorphic docker (#1124)
[lemmy.git] / 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 83526cf962a7bddba1ec6855104627c4854dedf8..0f8f59d62a0c6a3c724405dfe9f1e7534520292e 100644 (file)
@@ -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,