updates v2.0.3.1028 #342
Annotations
5 errors, 1 warning, and 1 notice
tests/features/jimaku.spec.ts#L200
1) [edge] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ───────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: getByText('错误')
Expected: hidden
Received: visible
Call log:
- expect.toBeHidden with timeout 5000ms
- waiting for getByText('错误')
- locator resolved to <p class="block antialiased font-sans text-sm leading-normal text-red-500 font-semibold">错误: AiError: 3001: Unknown internal error</p>
- unexpected value "visible"
- locator resolved to <p class="block antialiased font-sans text-sm leading-normal text-red-500 font-semibold">错误: AiError: 3001: Unknown internal error</p>
- unexpected value "visible"
- locator resolved to <p class="block antialiased font-sans text-sm leading-normal text-red-500 font-semibold">错误: AiError: 3001: Unknown internal error</p>
- unexpected value "visible"
- locator resolved to <p class="block antialiased font-sans text-sm leading-normal text-red-500 font-semibold">错误: AiError: 3001: Unknown internal error</p>
- unexpected value "visible"
- locator resolved to <p class="block antialiased font-sans text-sm leading-normal text-red-500 font-semibold">错误: AiError: 3001: Unknown internal error</p>
- unexpected value "visible"
- locator resolved to <p class="block antialiased font-sans text-sm leading-normal text-red-500 font-semibold">错误: AiError: 3001: Unknown internal error</p>
- unexpected value "visible"
- locator resolved to <p class="block antialiased font-sans text-sm leading-normal text-red-500 font-semibold">错误: AiError: 3001: Unknown internal error</p>
- unexpected value "visible"
- locator resolved to <p class="block antialiased font-sans text-sm leading-normal text-red-500 font-semibold">错误: AiError: 3001: Unknown internal error</p>
- unexpected value "visible"
- locator resolved to <p class="block antialiased font-sans text-sm leading-normal text-red-500 font-semibold">错误: AiError: 3001: Unknown internal error</p>
- unexpected value "visible"
198 | await summarizer.waitForTimeout(3000)
199 |
> 200 | await expect(summarizer.getByText('错误')).toBeHidden({ timeout: 5000 })
| ^
201 | await expect(loader).toBeHidden({ timeout: 30000 })
202 |
203 | logger.info('正在測試AI总結結果... (15s)')
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/features/jimaku.spec.ts:200:46
|
tests/features/jimaku.spec.ts#L1
2) [edge] › features/jimaku.spec.ts:347:5 › 測試右鍵同傳字幕來屏蔽同傳發送者 ─────────────────────────────────────
Test timeout of 120000ms exceeded.
|
tests/features/jimaku.spec.ts#L366
2) [edge] › features/jimaku.spec.ts:347:5 › 測試右鍵同傳字幕來屏蔽同傳發送者 ─────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByText('屏蔽选中同传发送者')
- locator resolved to <div class="contexify_itemContent">屏蔽选中同传发送者</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
364 | page.once('dialog', (dialog) => dialog.accept())
365 | await subtitles.nth(0).click({ button: 'right' })
> 366 | await content.getByText('屏蔽选中同传发送者').click()
| ^
367 |
368 | await content.getByText(/已不再接收 (.+) 的同传弹幕/).waitFor({ state: 'visible' })
369 |
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/features/jimaku.spec.ts:366:42
|
tests/features/jimaku.spec.ts#L471
3) [edge] › features/jimaku.spec.ts:463:5 › 測試大海報房間下字幕區塊是否存在 ─────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('#jimaku-full-area')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('#jimaku-full-area')
469 |
470 | const area = p.locator('#jimaku-full-area')
> 471 | await expect(area).toBeAttached()
| ^
472 |
473 | const subtitleList = area.locator('#subtitle-list')
474 | await expect(subtitleList).toBeVisible()
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/features/jimaku.spec.ts:471:24
|
tests/features/jimaku.spec.ts#L471
3) [edge] › features/jimaku.spec.ts:463:5 › 測試大海報房間下字幕區塊是否存在 ─────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeAttached()
Locator: locator('#jimaku-full-area')
Expected: attached
Received: <element(s) not found>
Call log:
- expect.toBeAttached with timeout 5000ms
- waiting for locator('#jimaku-full-area')
469 |
470 | const area = p.locator('#jimaku-full-area')
> 471 | await expect(area).toBeAttached()
| ^
472 |
473 | const subtitleList = area.locator('#subtitle-list')
474 | await expect(subtitleList).toBeVisible()
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/features/jimaku.spec.ts:471:24
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
3 flaky
[edge] › features/jimaku.spec.ts:128:5 › 测试同传字幕AI总结 ────────────────────────────────────────────
[edge] › features/jimaku.spec.ts:347:5 › 測試右鍵同傳字幕來屏蔽同傳發送者 ──────────────────────────────────────
[edge] › features/jimaku.spec.ts:463:5 › 測試大海報房間下字幕區塊是否存在 ──────────────────────────────────────
2 skipped
62 passed (41.4m)
|
The logs for this run have expired and are no longer available.
Loading