mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
fix: page validation logic (#3626)
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
import { test } from '@affine-test/kit/playwright';
|
||||
import { checkBlockHub } from '@affine-test/kit/utils/editor';
|
||||
import { openHomePage } from '@affine-test/kit/utils/load-page';
|
||||
import { newPage, waitEditorLoad } from '@affine-test/kit/utils/page-logic';
|
||||
import { waitEditorLoad } from '@affine-test/kit/utils/page-logic';
|
||||
|
||||
test('block-hub should work', async ({ page }) => {
|
||||
await openHomePage(page);
|
||||
await waitEditorLoad(page);
|
||||
await checkBlockHub(page);
|
||||
await newPage(page);
|
||||
await page.waitForTimeout(500);
|
||||
await checkBlockHub(page);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user