diff --git a/packages/data-center/tests/cloud-sync.spec.ts b/packages/data-center/tests/cloud-sync.spec.ts index 018dd7ce3..298c9a416 100644 --- a/packages/data-center/tests/cloud-sync.spec.ts +++ b/packages/data-center/tests/cloud-sync.spec.ts @@ -12,4 +12,10 @@ test.describe('cloud-sync', () => { test('close [cloud sync feature]', async () => {}); test('editor cloud storage', async () => {}); + + test('cloud sync is in-progresss', async () => {}); + + test('cloud sync is completed', async () => {}); + + test('cloud sync is error', async () => {}); });