mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
16 lines
392 B
TypeScript
16 lines
392 B
TypeScript
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 () => {});
|
|
});
|