test: mark public single page as fail (#1967)

This commit is contained in:
Himself65
2023-04-16 09:45:50 -05:00
committed by GitHub
parent 73b8b805c6
commit caa292e097

View File

@@ -8,6 +8,8 @@ import { createWorkspace } from '../../libs/workspace';
test.describe('affine single page', () => {
test('public single page', async ({ page, browser }) => {
// when enable single page, most time the page will crash
test.fail();
await openHomePage(page);
const [a] = await createFakeUser();
await loginUser(page, a);