From a7e88388b89a8b19736c534d3a2f25f41e752301 Mon Sep 17 00:00:00 2001 From: ICS-Kawakatsu Date: Thu, 25 Dec 2025 10:54:18 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=81=8C=E5=A4=B1?= =?UTF-8?q?=E6=95=97=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/app.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app.spec.ts b/tests/app.spec.ts index ba0ad31..7bf953d 100644 --- a/tests/app.spec.ts +++ b/tests/app.spec.ts @@ -15,7 +15,7 @@ test('カウンターボタンをクリックすると値が増える', async ({ // Locatorの操作 await counter.click(); // Locatorのテキストを評価 - await expect(counter).toHaveText(/count is 1/); + await expect(counter).toHaveText(/count is 2/); }); test('Viteロゴ画像をクリックすると公式サイトに遷移する', async ({page, context}) => {