From 302151eea8a499647c56258ee66a5a6e18a9de54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 1 Apr 2025 12:14:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E8=B7=AF=E5=BE=84=EF=BC=8C=E7=A1=AE=E4=BF=9D?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=AD=A3=E7=A1=AE=E8=AE=BF=E9=97=AE=E9=A6=96?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/playwright/test-1.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();