X-Git-Url: http://these/git/?a=blobdiff_plain;f=api_tests%2Fsrc%2Fuser.spec.ts;fp=ui%2Fsrc%2Fapi_tests%2Fuser.spec.ts;h=8a0c2a28173521b2b9dd228fc250ea2c1b485321;hb=5c6258390c46159c16f49295314c6519215fc6ae;hp=909f9a11c2200c4c7e309d36d75400ffb83c3c0c;hpb=b69524b498983da636b3a31f5acb74fbb1f13ab4;p=lemmy.git diff --git a/ui/src/api_tests/user.spec.ts b/api_tests/src/user.spec.ts similarity index 90% rename from ui/src/api_tests/user.spec.ts rename to api_tests/src/user.spec.ts index 909f9a11..8a0c2a28 100644 --- a/ui/src/api_tests/user.spec.ts +++ b/api_tests/src/user.spec.ts @@ -1,3 +1,4 @@ +jest.setTimeout(120000); import { alpha, beta, @@ -17,7 +18,7 @@ test('Create user', async () => { let site = await getSite(alpha, auth); expect(site.my_user).toBeDefined(); - apShortname = `@${site.my_user.name}@lemmy-alpha:8540`; + apShortname = `@${site.my_user.name}@lemmy-alpha:8541`; }); test('Save user settings, check changed bio from beta', async () => {