v2.0.3 updates #337
Annotations
5 errors, 2 warnings, and 1 notice
tests/content.spec.ts#L1
1) [chrome-theme] › content.spec.ts:363:5 › 測試底部的按鈕 ──────────────────────────────────────────────
Test timeout of 360000ms exceeded.
|
tests/content.spec.ts#L370
1) [chrome-theme] › content.spec.ts:363:5 › 測試底部的按鈕 ──────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTitle('查看源代码')
- locator resolved to <button title="查看源代码" type="button" class="relative align-middle select-none font-sans font-medium text-center uppercase transition-all disabled:opacity-50 disabled:shadow-none disabled:pointer-events-none w-12 max-w-[48px] h-12 max-h-[48px] text-sm text-gray-900 hover:bg-gray-900/10 active:bg-gray-900/20 rounded-full shadow-md bg-white">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="bili-mini-mask fade-leave-active fade-leave-to">…</div> from <body class="lite-room supportWebp risk-captcha-adapt-pc risk-captcha-adapt">…</body> subtree intercepts pointer events
- 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 visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html class="avif" lang="zh-Hans">…</html> intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html class="avif" lang="zh-Hans">…</html> intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html class="avif" lang="zh-Hans">…</html> intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html class="avif" lang="zh-Hans">…</html> intercepts pointer events
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html class="avif" lang="zh-Hans">…</html> intercepts pointer events
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html class="avif" lang="zh-Hans">…</html> intercepts pointer events
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html class="avif" lang="zh-Hans">…</html> intercepts pointer events
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html class="avif" lang="zh-Hans">…</html> intercepts pointer events
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html class="avif" lang="zh-Hans">…</html> intercepts pointer events
- retrying click actio
|
tests/content.spec.ts#L369
1) [chrome-theme] › content.spec.ts:363:5 › 測試底部的按鈕 ──────────────────────────────────────────────
Error: browserContext.waitForEvent: Target page, context or browser has been closed
367 | await button.click()
368 | await content.locator('#bjf-main-menu').waitFor({ state: 'visible' })
> 369 | let popup = context.waitForEvent('page', { predicate: p => p.url().includes('github.com') })
| ^
370 | await content.getByTitle('查看源代码').click()
371 | const p1 = await popup
372 |
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/content.spec.ts:369:25
|
tests/features/recorder.spec.ts#L16
2) [chrome-theme] › features/recorder.spec.ts:665:5 › 測試 WEBM 錄製 - 更換視頻源時的處理 ─────────────────────
TimeoutError: locator.waitFor: Timeout 60000ms exceeded.
Call log:
- waiting for getByText('挂接成功') to be visible
14 | if (isThemeRoom) {
15 | test.slow()
> 16 | await content.getByText('挂接成功').waitFor({
| ^
17 | state: 'visible',
18 | timeout: 60000
19 | })
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/features/recorder.spec.ts:16:41
|
tests/features/recorder.spec.ts#L16
2) [chrome-theme] › features/recorder.spec.ts:665:5 › 測試 WEBM 錄製 - 更換視頻源時的處理 ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 60000ms exceeded.
Call log:
- waiting for getByText('挂接成功') to be visible
14 | if (isThemeRoom) {
15 | test.slow()
> 16 | await content.getByText('挂接成功').waitFor({
| ^
17 | state: 'visible',
18 | timeout: 60000
19 | })
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/features/recorder.spec.ts:16:41
|
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/
|
[theme-setup] › theme.setup.ts#L1
[theme-setup] › theme.setup.ts took 47.1s
|
|
This job succeeded
Loading