test: fix test case

This commit is contained in:
alt0
2023-01-10 15:07:50 +08:00
parent 42261a7f41
commit ecec2d6efe
2 changed files with 15 additions and 15 deletions
@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test';
import { AffineProvider } from '../affine.js';
import { Workspaces } from '../../../workspaces/index.js';
// import { Workspaces } from '../../../workspaces/index.js';
import { apis } from './mock-apis.js';
import 'fake-indexeddb/auto';