mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-13 14:24:50 +03:00
test: mark public single page as fail (#1967)
This commit is contained in:
parent
73b8b805c6
commit
caa292e097
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user