Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 95cd147

Browse files
committedMar 21, 2024·
fixup! fixup! remove jimaku list context menu when fullscreen
1 parent a0658da commit 95cd147

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎tests/features/jimaku.spec.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,9 @@ test('测试添加同传用户名单/黑名单', async ({ content, context, tabU
277277
}
278278
})
279279

280-
test('測試右鍵同傳字幕來屏蔽同傳發送者', async ({ content, room, page }) => {
280+
test('測試右鍵同傳字幕來屏蔽同傳發送者', async ({ content, room, page, isThemeRoom }) => {
281+
282+
test.skip(isThemeRoom, '此測試不適用於大海報房間')
281283

282284
await content.locator('#subtitle-list').waitFor({ state: 'visible' })
283285

0 commit comments

Comments
 (0)
Please sign in to comment.