From 297d5d6633227c30db70c2865bae96f65ded5e3c Mon Sep 17 00:00:00 2001 From: voluntas Date: Thu, 22 Feb 2024 12:14:45 +0900 Subject: [PATCH] =?UTF-8?q?messaging=20=E3=82=82=E6=9C=89=E5=8A=B9?= =?UTF-8?q?=E3=81=AB=E3=81=97=E3=81=A6=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/messaging.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/messaging.spec.ts b/tests/messaging.spec.ts index 6c0c3307..6849e525 100644 --- a/tests/messaging.spec.ts +++ b/tests/messaging.spec.ts @@ -1,7 +1,6 @@ import { test } from '@playwright/test' -// FIXME: ローカルだと通る -test.skip('messaging pages', async ({ browser }) => { +test('messaging pages', async ({ browser }) => { // 新しいページを2つ作成 const page1 = await browser.newPage() const page2 = await browser.newPage()