Attempt to fix mobile spec #31
docker.yml
on: push
Annotations
4 errors and 1 notice
[Mobile Safari] › basic.spec.ts:4:1 › test good flow:
frontend/integration_tests/basic.spec.ts#L49
1) [Mobile Safari] › basic.spec.ts:4:1 › test good flow ──────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: frameLocator('#version-1').locator('div.edited')
Expected string: "Inserted some cool text"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for frameLocator('#version-1').locator('div.edited')
47 | await page.getByRole('button', { name: 'Edit HTML', exact: true }).click()
48 | iframe = await page.frameLocator('#version-1')
> 49 | await expect(iframe.locator('div.edited')).toHaveText(
| ^
50 | 'Inserted some cool text'
51 | )
52 | })
at /home/runner/work/openui/openui/frontend/integration_tests/basic.spec.ts:49:45
|
[Mobile Safari] › basic.spec.ts:4:1 › test good flow:
frontend/integration_tests/basic.spec.ts#L49
1) [Mobile Safari] › basic.spec.ts:4:1 › test good flow ──────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: frameLocator('#version-1').locator('div.edited')
Expected string: "Inserted some cool text"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for frameLocator('#version-1').locator('div.edited')
47 | await page.getByRole('button', { name: 'Edit HTML', exact: true }).click()
48 | iframe = await page.frameLocator('#version-1')
> 49 | await expect(iframe.locator('div.edited')).toHaveText(
| ^
50 | 'Inserted some cool text'
51 | )
52 | })
at /home/runner/work/openui/openui/frontend/integration_tests/basic.spec.ts:49:45
|
[Mobile Safari] › basic.spec.ts:4:1 › test good flow:
frontend/integration_tests/basic.spec.ts#L49
1) [Mobile Safari] › basic.spec.ts:4:1 › test good flow ──────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: frameLocator('#version-1').locator('div.edited')
Expected string: "Inserted some cool text"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for frameLocator('#version-1').locator('div.edited')
47 | await page.getByRole('button', { name: 'Edit HTML', exact: true }).click()
48 | iframe = await page.frameLocator('#version-1')
> 49 | await expect(iframe.locator('div.edited')).toHaveText(
| ^
50 | 'Inserted some cool text'
51 | )
52 | })
at /home/runner/work/openui/openui/frontend/integration_tests/basic.spec.ts:49:45
|
test
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[Mobile Safari] › basic.spec.ts:4:1 › test good flow ───────────────────────────────────────────
1 passed (1.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-ce9f5381b625a592a174397cffac7da0f1c0a52a
Expired
|
5.06 MB |
|
playwright-report
Expired
|
7.7 MB |
|
wandb~openui~NTHGAJ.dockerbuild
Expired
|
79.5 KB |
|