We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d4c39 commit dda69bbCopy full SHA for dda69bb
tests/fixtures/background.ts
@@ -26,6 +26,7 @@ export const test = extensionBase.extend<BackgroundFixtures>({
26
await using room = new BilibiliPage(frontPage, api)
27
const generator = Strategy.random(rooms, Math.min(rooms.length, 5))
28
const info = await cacher.findRoomTypeWithCache(isThemeRoom ? 'theme' : 'normal', generator)
29
+ test.skip(!info, `找不到${isThemeRoom ? '' : '不是'}大海報的房間。`)
30
await room.enterToRoom(info)
31
test.skip(await room.checkIfNotSupport(), '瀏覽器版本過低')
32
await use(room)
0 commit comments