Add Google OAuth sessions and team access UI #14
Annotations
5 errors, 1 warning, and 1 notice
|
verify
Process completed with exit code 1.
|
|
e2e/board-flow.spec.ts:63:7 › board flow › renders imported workflow states and issues on the board for visual acceptance:
e2e/board-flow.spec.ts#L68
2) e2e/board-flow.spec.ts:63:7 › board flow › renders imported workflow states and issues on the board for visual acceptance
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('heading', { name: 'Board' })
Expected: visible
Error: strict mode violation: getByRole('heading', { name: 'Board' }) resolved to 2 elements:
1) <h1>Board</h1> aka getByRole('heading', { name: 'Board', exact: true })
2) <h2>Board unavailable</h2> aka getByRole('heading', { name: 'Board unavailable' })
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('heading', { name: 'Board' })
66 |
67 | await page.goto('/');
> 68 | await expect(page.getByRole('heading', { name: 'Board' })).toBeVisible();
| ^
69 |
70 | await page.getByLabel('Select team').selectOption({ label: 'Imported Acceptance Team' });
71 |
at /home/runner/work/Involute/Involute/e2e/board-flow.spec.ts:68:66
|
|
e2e/board-flow.spec.ts:63:7 › board flow › renders imported workflow states and issues on the board for visual acceptance:
e2e/board-flow.spec.ts#L68
2) e2e/board-flow.spec.ts:63:7 › board flow › renders imported workflow states and issues on the board for visual acceptance
Error: expect(locator).toBeVisible() failed
Locator: getByRole('heading', { name: 'Board' })
Expected: visible
Error: strict mode violation: getByRole('heading', { name: 'Board' }) resolved to 2 elements:
1) <h1>Board</h1> aka getByRole('heading', { name: 'Board', exact: true })
2) <h2>Board unavailable</h2> aka getByRole('heading', { name: 'Board unavailable' })
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('heading', { name: 'Board' })
66 |
67 | await page.goto('/');
> 68 | await expect(page.getByRole('heading', { name: 'Board' })).toBeVisible();
| ^
69 |
70 | await page.getByLabel('Select team').selectOption({ label: 'Imported Acceptance Team' });
71 |
at /home/runner/work/Involute/Involute/e2e/board-flow.spec.ts:68:66
|
|
e2e/board-flow.spec.ts:5:7 › board flow › creates:
e2e/board-flow.spec.ts#L14
1) e2e/board-flow.spec.ts:5:7 › board flow › creates, updates, comments, deletes comment, and deletes issue from the board
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('heading', { name: 'Board' })
Expected: visible
Error: strict mode violation: getByRole('heading', { name: 'Board' }) resolved to 2 elements:
1) <h1>Board</h1> aka getByRole('heading', { name: 'Board', exact: true })
2) <h2>Board unavailable</h2> aka getByRole('heading', { name: 'Board unavailable' })
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('heading', { name: 'Board' })
12 |
13 | await page.goto('/');
> 14 | await expect(page.getByRole('heading', { name: 'Board' })).toBeVisible();
| ^
15 | await expect(page.getByText('Workflow overview for Involute.')).toBeVisible();
16 |
17 | await page.getByRole('button', { name: 'Create issue' }).click();
at /home/runner/work/Involute/Involute/e2e/board-flow.spec.ts:14:64
|
|
e2e/board-flow.spec.ts:5:7 › board flow › creates:
e2e/board-flow.spec.ts#L14
1) e2e/board-flow.spec.ts:5:7 › board flow › creates, updates, comments, deletes comment, and deletes issue from the board
Error: expect(locator).toBeVisible() failed
Locator: getByRole('heading', { name: 'Board' })
Expected: visible
Error: strict mode violation: getByRole('heading', { name: 'Board' }) resolved to 2 elements:
1) <h1>Board</h1> aka getByRole('heading', { name: 'Board', exact: true })
2) <h2>Board unavailable</h2> aka getByRole('heading', { name: 'Board unavailable' })
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('heading', { name: 'Board' })
12 |
13 | await page.goto('/');
> 14 | await expect(page.getByRole('heading', { name: 'Board' })).toBeVisible();
| ^
15 | await expect(page.getByText('Workflow overview for Involute.')).toBeVisible();
16 |
17 | await page.getByRole('button', { name: 'Create issue' }).click();
at /home/runner/work/Involute/Involute/e2e/board-flow.spec.ts:14:64
|
|
verify
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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/board-flow.spec.ts:5:7 › board flow › creates, updates, comments, deletes comment, and deletes issue from the board
e2e/board-flow.spec.ts:63:7 › board flow › renders imported workflow states and issues on the board for visual acceptance
|