feat: migrate chat to openrouter. (#152) #195
Annotations
1 error and 5 notices
|
[webkit] › playwright/share-workspace.spec.ts:94:1 › share button is shown for local workspace and copies a share URL:
playwright/share-workspace.spec.ts#L113
1) [webkit] › playwright/share-workspace.spec.ts:94:1 › share button is shown for local workspace and copies a share URL
Error: expect(locator).toContainText(expected) failed
Locator: getByRole('status', { name: 'App status' })
Expected substring: "Share link copied"
Received string: "Rendered"
Timeout: 90000ms
Call log:
- Expect "toContainText" with timeout 90000ms
- waiting for getByRole('status', { name: 'App status' })
2 × locator resolved to <div id="status" role="status" aria-label="App status" class="status status--neutral">Rendered</div>
- unexpected value "Rendered"
- locator resolved to <div id="status" role="status" aria-label="App status" class="status status--pending">Rendering…</div>
- unexpected value "Rendering…"
90 × locator resolved to <div id="status" role="status" aria-label="App status" class="status status--neutral">Rendered</div>
- unexpected value "Rendered"
111 |
112 | await shareButton.click()
> 113 | await expect(page.getByRole('status', { name: 'App status' })).toContainText(
| ^
114 | 'Share link copied',
115 | )
116 |
at /home/runner/work/develop/develop/playwright/share-workspace.spec.ts:113:66
|
|
🎭 Playwright Run Summary
3 skipped
49 passed (5.4m)
|
|
🎭 Playwright Run Summary
1 skipped
51 passed (7.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playwright/share-workspace.spec.ts:94:1 › share button is shown for local workspace and copies a share URL
51 passed (7.4m)
|
|
🎭 Playwright Run Summary
208 passed (7.3m)
|
|
🎭 Playwright Run Summary
52 passed (8.5m)
|