Skip to content

Commit f30cd8b

Browse files
committed
scoped test cases related to this issues
1 parent 6b992a0 commit f30cd8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/features/jimaku.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ test('測試右鍵同傳字幕來屏蔽同傳發送者', async ({ content, room,
287287

288288
})
289289

290-
test('測試全屏時字幕區塊是否存在 + 顯示切換', async ({ content: p, room, isThemeRoom }) => {
290+
test('測試全屏時字幕區塊是否存在 + 顯示切換', { tag: "@scoped" }, async ({ content: p, room, isThemeRoom }) => {
291291

292292
test.skip(isThemeRoom, '此測試不適用於大海報房間')
293293

tests/features/recorder.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test('測試界面元素是否存在', async ({ content }) => {
5252
await expect(screenshot).toBeVisible()
5353
})
5454

55-
test('測試界面按鈕有否根據設定顯示', async ({ content, context, optionPageUrl }) => {
55+
test('測試界面按鈕有否根據設定顯示', { tag: "@scoped" }, async ({ content, context, optionPageUrl }) => {
5656

5757
const button = content.getByTestId('record-button')
5858
const timer = content.getByTestId('record-timer')

0 commit comments

Comments
 (0)