mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
test: improve data migration suite (#4124)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { test } from '@affine-test/kit/playwright';
|
||||
import { openHomePage, openPluginPage } from '@affine-test/kit/utils/load-page';
|
||||
import { waitEditorLoad } from '@affine-test/kit/utils/page-logic';
|
||||
import { waitForEditorLoad } from '@affine-test/kit/utils/page-logic';
|
||||
import { expect } from '@playwright/test';
|
||||
|
||||
test('plugin map should valid', async ({ page }) => {
|
||||
@@ -10,7 +10,7 @@ test('plugin map should valid', async ({ page }) => {
|
||||
|
||||
test('plugin should exist', async ({ page }) => {
|
||||
await openHomePage(page);
|
||||
await waitEditorLoad(page);
|
||||
await waitForEditorLoad(page);
|
||||
await page.route('**/plugins/**/package.json', route => route.fetch(), {
|
||||
times: 5,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user