CORS and gitignore fix #28
Annotations
15 errors and 2 notices
|
Lint, Build and test (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
|
|
Lint, Build and test (22.x)
The strategy configuration was canceled because "build._24_x" failed
|
|
Lint, Build and test (22.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 ────────────
|