import { test, expect } from '@playwright/test'; import { getDataCenter } from './utils.js'; import 'fake-indexeddb/auto'; test.describe('collaborate', () => { test('collaborate editor content', async () => {}); test('collaborate workspace name', async () => {}); test('collaborate workspace avator', async () => {}); test('collaborate workspace list', async () => {}); });