Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Oct 21, 2024
1 parent 0f732ae commit 5af8d67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/features/jimaku.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,8 @@ test('测试同传字幕AI总结', { tag: "@scoped" }, async ({ room, content: p
logger.debug('AI Summary:', res)

const maybe = expect.configure({ soft: true })
maybe(res).toContain('日本VTuber')
maybe(res).toContain('直播')
maybe(res).toContain('观众')
maybe(res).toMatch(/|VTuber/)
maybe(res).toContain(/|/)
maybe(res).toContain('麦当劳')
maybe(res).toContain('漫展')
maybe(res).toContain('蟑螂')
Expand Down

0 comments on commit 5af8d67

Please sign in to comment.