tests: add cloud sync test name

This commit is contained in:
tzhangchi
2023-01-03 22:42:34 +08:00
parent f257dcf388
commit f340a046c2

View File

@@ -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 () => {});
});