Skip to content

CORS and gitignore fix #28

CORS and gitignore fix

CORS and gitignore fix #28

Triggered via push February 18, 2026 13:46
Status Failure
Total duration 2m 7s
Artifacts 1

ui-tests.yml

on: push
Matrix: Build and run UI tests
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 2 notices
Build and run UI tests (22.x)
Process completed with exit code 1.
[firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip: e2e/page.spec.ts#L26
2) [firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ─────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('hello-world div h2') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('hello-world div h2') 24 | 25 | const welcomeTitle = page.locator('hello-world div h2') > 26 | await expect(welcomeTitle).toBeVisible() | ^ 27 | await expect(welcomeTitle).toHaveText('Hello, testuser !') 28 | 29 | const logoutButton = page.locator('shade-app-bar button >> text="Log Out"') at /home/runner/work/stack-craft/stack-craft/e2e/page.spec.ts:26:32
[firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip: e2e/page.spec.ts#L26
2) [firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('hello-world div h2') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('hello-world div h2') 24 | 25 | const welcomeTitle = page.locator('hello-world div h2') > 26 | await expect(welcomeTitle).toBeVisible() | ^ 27 | await expect(welcomeTitle).toHaveText('Hello, testuser !') 28 | 29 | const logoutButton = page.locator('shade-app-bar button >> text="Log Out"') at /home/runner/work/stack-craft/stack-craft/e2e/page.spec.ts:26:32
[firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip: e2e/page.spec.ts#L26
2) [firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ─────────── Error: expect(locator).toBeVisible() failed Locator: locator('hello-world div h2') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('hello-world div h2') 24 | 25 | const welcomeTitle = page.locator('hello-world div h2') > 26 | await expect(welcomeTitle).toBeVisible() | ^ 27 | await expect(welcomeTitle).toHaveText('Hello, testuser !') 28 | 29 | const logoutButton = page.locator('shade-app-bar button >> text="Log Out"') at /home/runner/work/stack-craft/stack-craft/e2e/page.spec.ts:26:32
[chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip: e2e/page.spec.ts#L26
1) [chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('hello-world div h2') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('hello-world div h2') 24 | 25 | const welcomeTitle = page.locator('hello-world div h2') > 26 | await expect(welcomeTitle).toBeVisible() | ^ 27 | await expect(welcomeTitle).toHaveText('Hello, testuser !') 28 | 29 | const logoutButton = page.locator('shade-app-bar button >> text="Log Out"') at /home/runner/work/stack-craft/stack-craft/e2e/page.spec.ts:26:32
[chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip: e2e/page.spec.ts#L26
1) [chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('hello-world div h2') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('hello-world div h2') 24 | 25 | const welcomeTitle = page.locator('hello-world div h2') > 26 | await expect(welcomeTitle).toBeVisible() | ^ 27 | await expect(welcomeTitle).toHaveText('Hello, testuser !') 28 | 29 | const logoutButton = page.locator('shade-app-bar button >> text="Log Out"') at /home/runner/work/stack-craft/stack-craft/e2e/page.spec.ts:26:32
[chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip: e2e/page.spec.ts#L26
1) [chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ────────── Error: expect(locator).toBeVisible() failed Locator: locator('hello-world div h2') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('hello-world div h2') 24 | 25 | const welcomeTitle = page.locator('hello-world div h2') > 26 | await expect(welcomeTitle).toBeVisible() | ^ 27 | await expect(welcomeTitle).toHaveText('Hello, testuser !') 28 | 29 | const logoutButton = page.locator('shade-app-bar button >> text="Log Out"') at /home/runner/work/stack-craft/stack-craft/e2e/page.spec.ts:26:32
Build and run UI tests (24.x)
The strategy configuration was canceled because "build._22_x" failed
Build and run UI tests (24.x)
The operation was canceled.
[firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip: e2e/page.spec.ts#L26
2) [firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ─────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('hello-world div h2') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('hello-world div h2') 24 | 25 | const welcomeTitle = page.locator('hello-world div h2') > 26 | await expect(welcomeTitle).toBeVisible() | ^ 27 | await expect(welcomeTitle).toHaveText('Hello, testuser !') 28 | 29 | const logoutButton = page.locator('shade-app-bar button >> text="Log Out"') at /home/runner/work/stack-craft/stack-craft/e2e/page.spec.ts:26:32
[firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip: e2e/page.spec.ts#L26
2) [firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ─────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('hello-world div h2') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('hello-world div h2') 24 | 25 | const welcomeTitle = page.locator('hello-world div h2') > 26 | await expect(welcomeTitle).toBeVisible() | ^ 27 | await expect(welcomeTitle).toHaveText('Hello, testuser !') 28 | 29 | const logoutButton = page.locator('shade-app-bar button >> text="Log Out"') at /home/runner/work/stack-craft/stack-craft/e2e/page.spec.ts:26:32
[firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip: e2e/page.spec.ts#L26
2) [firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ─────────── Error: expect(locator).toBeVisible() failed Locator: locator('hello-world div h2') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('hello-world div h2') 24 | 25 | const welcomeTitle = page.locator('hello-world div h2') > 26 | await expect(welcomeTitle).toBeVisible() | ^ 27 | await expect(welcomeTitle).toHaveText('Hello, testuser !') 28 | 29 | const logoutButton = page.locator('shade-app-bar button >> text="Log Out"') at /home/runner/work/stack-craft/stack-craft/e2e/page.spec.ts:26:32
[chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip: e2e/page.spec.ts#L26
1) [chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('hello-world div h2') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('hello-world div h2') 24 | 25 | const welcomeTitle = page.locator('hello-world div h2') > 26 | await expect(welcomeTitle).toBeVisible() | ^ 27 | await expect(welcomeTitle).toHaveText('Hello, testuser !') 28 | 29 | const logoutButton = page.locator('shade-app-bar button >> text="Log Out"') at /home/runner/work/stack-craft/stack-craft/e2e/page.spec.ts:26:32
[chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip: e2e/page.spec.ts#L26
1) [chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('hello-world div h2') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('hello-world div h2') 24 | 25 | const welcomeTitle = page.locator('hello-world div h2') > 26 | await expect(welcomeTitle).toBeVisible() | ^ 27 | await expect(welcomeTitle).toHaveText('Hello, testuser !') 28 | 29 | const logoutButton = page.locator('shade-app-bar button >> text="Log Out"') at /home/runner/work/stack-craft/stack-craft/e2e/page.spec.ts:26:32
[chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip: e2e/page.spec.ts#L26
1) [chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ────────── Error: expect(locator).toBeVisible() failed Locator: locator('hello-world div h2') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for locator('hello-world div h2') 24 | 25 | const welcomeTitle = page.locator('hello-world div h2') > 26 | await expect(welcomeTitle).toBeVisible() | ^ 27 | await expect(welcomeTitle).toHaveText('Hello, testuser !') 28 | 29 | const logoutButton = page.locator('shade-app-bar button >> text="Log Out"') at /home/runner/work/stack-craft/stack-craft/e2e/page.spec.ts:26:32
🎭 Playwright Run Summary
2 failed [chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ─────────── [firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ────────────
🎭 Playwright Run Summary
2 failed [chromium] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ─────────── [firefox] › e2e/page.spec.ts:4:3 › Example Application › Login and logout roundtrip ────────────

Artifacts

Produced during runtime
Name Size Digest
ScreenShots
589 Bytes
sha256:0b7b289ce8c0b88a8e23522b349fef7cb012ec217da3a6fc3d0175599d84d455