From f340a046c253cb22a096060722ea9e487f65fc3c Mon Sep 17 00:00:00 2001 From: tzhangchi Date: Tue, 3 Jan 2023 22:42:34 +0800 Subject: [PATCH] tests: add cloud sync test name --- packages/data-center/tests/cloud-sync.spec.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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 () => {}); });