Fix japanese translation #38
docker.yml
on: push
Annotations
7 errors and 1 notice
[chromium] › basic.spec.ts:4:1 › test good flow:
frontend/integration_tests/basic.spec.ts#L22
1) [chromium] › basic.spec.ts:4:1 › test good flow ───────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: frameLocator('#version-0').locator('img')
Expected pattern: /.*unsplash\.com.*/
Received string: "https://placehold.co/600x400"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for frameLocator('#version-0').locator('img')
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
20 | let iframe = await page.frameLocator('#version-0')
21 | await expect(iframe.locator('h1')).toHaveText('Hello, world!')
> 22 | await expect(iframe.locator('img')).toHaveAttribute(
| ^
23 | 'src',
24 | /.*unsplash\.com.*/
25 | )
at /home/runner/work/openui/openui/frontend/integration_tests/basic.spec.ts:22:38
|
[chromium] › basic.spec.ts:4:1 › test good flow:
frontend/integration_tests/basic.spec.ts#L22
1) [chromium] › basic.spec.ts:4:1 › test good flow ───────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: frameLocator('#version-0').locator('img')
Expected pattern: /.*unsplash\.com.*/
Received string: "https://placehold.co/600x400"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for frameLocator('#version-0').locator('img')
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
20 | let iframe = await page.frameLocator('#version-0')
21 | await expect(iframe.locator('h1')).toHaveText('Hello, world!')
> 22 | await expect(iframe.locator('img')).toHaveAttribute(
| ^
23 | 'src',
24 | /.*unsplash\.com.*/
25 | )
at /home/runner/work/openui/openui/frontend/integration_tests/basic.spec.ts:22:38
|
[chromium] › basic.spec.ts:4:1 › test good flow:
frontend/integration_tests/basic.spec.ts#L22
1) [chromium] › basic.spec.ts:4:1 › test good flow ───────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: frameLocator('#version-0').locator('img')
Expected pattern: /.*unsplash\.com.*/
Received string: "https://placehold.co/600x400"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for frameLocator('#version-0').locator('img')
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
20 | let iframe = await page.frameLocator('#version-0')
21 | await expect(iframe.locator('h1')).toHaveText('Hello, world!')
> 22 | await expect(iframe.locator('img')).toHaveAttribute(
| ^
23 | 'src',
24 | /.*unsplash\.com.*/
25 | )
at /home/runner/work/openui/openui/frontend/integration_tests/basic.spec.ts:22:38
|
[Mobile Safari] › basic.spec.ts:4:1 › test good flow:
frontend/integration_tests/basic.spec.ts#L22
2) [Mobile Safari] › basic.spec.ts:4:1 › test good flow ──────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: frameLocator('#version-0').locator('img')
Expected pattern: /.*unsplash\.com.*/
Received string: "https://placehold.co/600x400"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for frameLocator('#version-0').locator('img')
- locator resolved to <img alt="Placeholder Image" src="https://placehold.c…/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" src="https://placehold.c…/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
20 | let iframe = await page.frameLocator('#version-0')
21 | await expect(iframe.locator('h1')).toHaveText('Hello, world!')
> 22 | await expect(iframe.locator('img')).toHaveAttribute(
| ^
23 | 'src',
24 | /.*unsplash\.com.*/
25 | )
at /home/runner/work/openui/openui/frontend/integration_tests/basic.spec.ts:22:38
|
[Mobile Safari] › basic.spec.ts:4:1 › test good flow:
frontend/integration_tests/basic.spec.ts#L22
2) [Mobile Safari] › basic.spec.ts:4:1 › test good flow ──────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: frameLocator('#version-0').locator('img')
Expected pattern: /.*unsplash\.com.*/
Received string: "https://placehold.co/600x400"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for frameLocator('#version-0').locator('img')
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
20 | let iframe = await page.frameLocator('#version-0')
21 | await expect(iframe.locator('h1')).toHaveText('Hello, world!')
> 22 | await expect(iframe.locator('img')).toHaveAttribute(
| ^
23 | 'src',
24 | /.*unsplash\.com.*/
25 | )
at /home/runner/work/openui/openui/frontend/integration_tests/basic.spec.ts:22:38
|
[Mobile Safari] › basic.spec.ts:4:1 › test good flow:
frontend/integration_tests/basic.spec.ts#L22
2) [Mobile Safari] › basic.spec.ts:4:1 › test good flow ──────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: frameLocator('#version-0').locator('img')
Expected pattern: /.*unsplash\.com.*/
Received string: "https://placehold.co/600x400"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for frameLocator('#version-0').locator('img')
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
- locator resolved to <img alt="Placeholder Image" crossorigin="anonymous" …/>
- unexpected value "https://placehold.co/600x400"
20 | let iframe = await page.frameLocator('#version-0')
21 | await expect(iframe.locator('h1')).toHaveText('Hello, world!')
> 22 | await expect(iframe.locator('img')).toHaveAttribute(
| ^
23 | 'src',
24 | /.*unsplash\.com.*/
25 | )
at /home/runner/work/openui/openui/frontend/integration_tests/basic.spec.ts:22:38
|
test
Process completed with exit code 1.
|
🎭 Playwright Run Summary
2 failed
[chromium] › basic.spec.ts:4:1 › test good flow ────────────────────────────────────────────────
[Mobile Safari] › basic.spec.ts:4:1 › test good flow ───────────────────────────────────────────
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-1cd5807d031658bbf2da073a98b4837513cf4bb6
Expired
|
5.08 MB |
|
playwright-report
Expired
|
6.05 MB |
|
wandb~openui~WHKALC.dockerbuild
Expired
|
78.6 KB |
|