Desktop E2E #270
desktop-e2e.yml
on: schedule
E2E (pinned)
E2E (electron@latest canary)
1m 58s
Unsigned package smoke
Annotations
5 errors, 1 warning, and 1 notice
|
E2E (electron@latest canary)
Process completed with exit code 1.
|
|
e2e/smoke.spec.ts:191:3 › desktop shell smoke › the offline page opens the server picker:
apps/desktop/e2e/smoke.spec.ts#L200
2) e2e/smoke.spec.ts:191:3 › desktop shell smoke › the offline page opens the server picker, pre-filled, and Escape closes it
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "sim-shell://pages/server.html"
Received: ""
198 | const picker = await pickerPromise
199 |
> 200 | expect(picker.url()).toBe('sim-shell://pages/server.html')
| ^
201 | await expect(picker.locator('h1')).toHaveText('Sim server')
202 | await expect(picker.locator('#origin')).toHaveValue('http://127.0.0.1:1')
203 |
at /Users/runner/work/sim/sim/apps/desktop/e2e/smoke.spec.ts:200:26
|
|
e2e/smoke.spec.ts:191:3 › desktop shell smoke › the offline page opens the server picker:
apps/desktop/e2e/smoke.spec.ts#L200
2) e2e/smoke.spec.ts:191:3 › desktop shell smoke › the offline page opens the server picker, pre-filled, and Escape closes it
Error: expect(received).toBe(expected) // Object.is equality
Expected: "sim-shell://pages/server.html"
Received: ""
198 | const picker = await pickerPromise
199 |
> 200 | expect(picker.url()).toBe('sim-shell://pages/server.html')
| ^
201 | await expect(picker.locator('h1')).toHaveText('Sim server')
202 | await expect(picker.locator('#origin')).toHaveValue('http://127.0.0.1:1')
203 |
at /Users/runner/work/sim/sim/apps/desktop/e2e/smoke.spec.ts:200:26
|
|
e2e/smoke.spec.ts:119:3 › desktop shell smoke › OAuth popups share the session without inheriting the privileged preload:
apps/desktop/e2e/smoke.spec.ts#L122
1) e2e/smoke.spec.ts:119:3 › desktop shell smoke › OAuth popups share the session without inheriting the privileged preload
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: Execution context was destroyed, most likely because of a navigation
120 | app = await launchApp(origin)
121 | const window = await app.firstWindow()
> 122 | await window.evaluate(() => {
| ^
123 | document.cookie = 'sim-e2e-session=shared; Path=/; SameSite=Lax'
124 | })
125 | const popupPromise = app.waitForEvent('window')
at /Users/runner/work/sim/sim/apps/desktop/e2e/smoke.spec.ts:122:18
|
|
e2e/smoke.spec.ts:119:3 › desktop shell smoke › OAuth popups share the session without inheriting the privileged preload:
apps/desktop/e2e/smoke.spec.ts#L122
1) e2e/smoke.spec.ts:119:3 › desktop shell smoke › OAuth popups share the session without inheriting the privileged preload
Error: page.evaluate: Execution context was destroyed, most likely because of a navigation
120 | app = await launchApp(origin)
121 | const window = await app.firstWindow()
> 122 | await window.evaluate(() => {
| ^
123 | document.cookie = 'sim-e2e-session=shared; Path=/; SameSite=Lax'
124 | })
125 | const popupPromise = app.waitForEvent('window')
at /Users/runner/work/sim/sim/apps/desktop/e2e/smoke.spec.ts:122:18
|
|
E2E (electron@latest canary)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
2 failed
e2e/smoke.spec.ts:119:3 › desktop shell smoke › OAuth popups share the session without inheriting the privileged preload
e2e/smoke.spec.ts:191:3 › desktop shell smoke › the offline page opens the server picker, pre-filled, and Escape closes it
3 skipped
9 passed (34.4s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
desktop-e2e-results-latest
|
12 KB |
sha256:c7ca83bb7a9881db53e2ef6fbb4402d03e7fbdd218c376f30f6409bda4787933
|
|