Skip to content

Commit

Permalink
simulcast_sendonly_recvonly を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Feb 22, 2024
1 parent 77533b2 commit 9479456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spotlight_sendonly_recvonly.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { test } from '@playwright/test'

test('spotlight sendonly/recvonly pages', async ({ browser }) => {
test.only('spotlight sendonly/recvonly pages', async ({ browser }) => {
// 新しいページを2つ作成
const page1 = await browser.newPage()
const page2 = await browser.newPage()
Expand Down

0 comments on commit 9479456

Please sign in to comment.