mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-09 09:52:10 +00:00
Trying again.
This commit is contained in:
parent
583808d5e7
commit
caaf6b178b
|
@ -255,7 +255,7 @@ test('Remove a post from admin and community on same instance', async () => {
|
|||
expect(postRes.post).toBeDefined();
|
||||
|
||||
// Get the id for beta
|
||||
let searchBeta = await searchPost(beta, postRes.post);
|
||||
let searchBeta = await searchPostLocal(beta, postRes.post);
|
||||
let betaPost = searchBeta.posts[0];
|
||||
expect(betaPost).toBeDefined();
|
||||
|
||||
|
|
Loading…
Reference in a new issue