fix(test): Fix name of a test in e2e/timelines.ts (#16334)
This commit is contained in:
parent
8c65d8d020
commit
414d5958c1
|
@ -722,7 +722,7 @@ describe('Timelines', () => {
|
||||||
assert.strictEqual(res.body.some(note => note.id === carolRenote.id), false);
|
assert.strictEqual(res.body.some(note => note.id === carolRenote.id), false);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('凍結解除後に凍結されていたユーザーに対するRenoteや凍結されたユーザーのRenoteが見えなくなる', async () => {
|
test('凍結解除後に凍結されていたユーザーに対するRenoteや凍結されたユーザーのRenoteが見えるようになる', async () => {
|
||||||
await api('admin/unsuspend-user', { userId: carol.id }, root);
|
await api('admin/unsuspend-user', { userId: carol.id }, root);
|
||||||
await setTimeout(100);
|
await setTimeout(100);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue