diff --git a/tests/playwright/test-1.spec.ts b/tests/playwright/test-1.spec.ts index f2c5037..30d5527 100644 --- a/tests/playwright/test-1.spec.ts +++ b/tests/playwright/test-1.spec.ts @@ -2,7 +2,7 @@ import { test } from '@playwright/test'; import { consola } from 'consola'; test('页面加载正常', async ({ page }, testInfo) => { - await page.goto('/'); + await page.goto('/Home'); consola.info(`page.url() === ${page.url()}`); // await expect(page.getByRole('link', { name: '中文-页面.page.vue' })).toBeVisible();