code review fixes pt.2 #25
Annotations
16 errors and 2 notices
|
Build and run UI tests (24.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 (22.x)
The strategy configuration was canceled because "build._24_x" failed
|
|
Build and run UI tests (22.x)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
|
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
|
|
🎭 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:ef8921186faa4b303e4300fb5ad8dcac39ca1c5d9c1bda039de5ca3ea7510d8f
|
|