update test #92
Annotations
4 errors and 1 notice
Test:
test/features/superchat.spec.ts#L4
1) [chrome] › features/superchat.spec.ts:3:5 › test ──────────────────────────────────────────────
Error: room url
expect(received).toContain(expected) // indexOf
Expected substring: "https://live.bilibili.com/"
Received string: "about:blank"
2 |
3 | test('test', async ({ page }) => {
> 4 | expect(page.url(), 'room url').toContain('https://live.bilibili.com/')
| ^
5 | })
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/test/features/superchat.spec.ts:4:36
|
Test:
test/features/superchat.spec.ts#L4
1) [chrome] › features/superchat.spec.ts:3:5 › test ──────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: room url
expect(received).toContain(expected) // indexOf
Expected substring: "https://live.bilibili.com/"
Received string: "about:blank"
2 |
3 | test('test', async ({ page }) => {
> 4 | expect(page.url(), 'room url').toContain('https://live.bilibili.com/')
| ^
5 | })
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/test/features/superchat.spec.ts:4:36
|
Test:
test/features/superchat.spec.ts#L4
1) [chrome] › features/superchat.spec.ts:3:5 › test ──────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: room url
expect(received).toContain(expected) // indexOf
Expected substring: "https://live.bilibili.com/"
Received string: "about:blank"
2 |
3 | test('test', async ({ page }) => {
> 4 | expect(page.url(), 'room url').toContain('https://live.bilibili.com/')
| ^
5 | })
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/test/features/superchat.spec.ts:4:36
|
Test
Process completed with exit code 1.
|
Test
1 failed
[chrome] › features/superchat.spec.ts:3:5 › test ───────────────────────────────────────────────
5 passed (30.2s)
|
The logs for this run have expired and are no longer available.
Loading