fix(core): migration (#3322)

This commit is contained in:
Alex Yang
2023-07-21 04:16:15 +08:00
committed by Peng Xiao
parent 7930671a51
commit ab6774bef9
2 changed files with 23 additions and 17 deletions
@@ -84,8 +84,6 @@ test('init page', async ({ page, context }) => {
await switchToNext();
await page.waitForTimeout(1000);
await page.goto('http://localhost:8081/');
await page.waitForTimeout(1000);
await page.goto('http://localhost:8081/');
await page.waitForSelector('v-line', {
timeout: 10000,
});