import { test, expect } from '@playwright/test'; import { getDataCenter } from './utils.js'; import 'fake-indexeddb/auto'; test.describe('cloud-sync', () => { test('get cloud the sync flag of workspace ', async () => {}); test('enable [cloud sync feature]', async () => {}); 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 () => {}); });