Skip to content

Commit

Permalink
messaging も有効にしてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Feb 22, 2024
1 parent 4e07ef4 commit 297d5d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/messaging.spec.ts
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 297d5d6

Please sign in to comment.