通常はFTTにしておく
This commit is contained in:
parent
5554761354
commit
ac728dd3fb
|
@ -93,8 +93,8 @@ describe('Timelines', () => {
|
||||||
root = await signup({ username: 'root' });
|
root = await signup({ username: 'root' });
|
||||||
|
|
||||||
// FTT無効の状態で見たいときはコメントアウトを外す
|
// FTT無効の状態で見たいときはコメントアウトを外す
|
||||||
await api('admin/update-meta', { enableFanoutTimeline: false }, root);
|
// await api('admin/update-meta', { enableFanoutTimeline: false }, root);
|
||||||
await sleep(1000);
|
// await sleep(1000);
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(async () => {
|
afterEach(async () => {
|
||||||
|
|
Loading…
Reference in a new issue