chore: bump lucide-react from 0.545.0 to 1.24.0#197
Open
dependabot[bot] wants to merge 1 commit into
Open
Annotations
10 errors, 1 warning, and 1 notice
|
Run browser tests:
e2e/minimal-flow.spec.ts#L21
4) [desktop] › e2e/minimal-flow.spec.ts:19:3 › public and protected navigation › anonymous workspace and settings requests redirect to login
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveURL(expected) failed
Expected pattern: /\/login$/
Received string: "http://127.0.0.1:3000/workspace"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
14 × unexpected value "http://127.0.0.1:3000/workspace"
19 | test('anonymous workspace and settings requests redirect to login', async ({ page }) => {
20 | await page.goto('/workspace')
> 21 | await expect(page).toHaveURL(/\/login$/)
| ^
22 |
23 | await page.goto('/settings/kubeconfig')
24 | await expect(page).toHaveURL(/\/login$/)
at /home/runner/work/fulling/fulling/e2e/minimal-flow.spec.ts:21:24
|
|
Run browser tests:
e2e/minimal-flow.spec.ts#L21
4) [desktop] › e2e/minimal-flow.spec.ts:19:3 › public and protected navigation › anonymous workspace and settings requests redirect to login
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveURL(expected) failed
Expected pattern: /\/login$/
Received string: "http://127.0.0.1:3000/workspace"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
14 × unexpected value "http://127.0.0.1:3000/workspace"
19 | test('anonymous workspace and settings requests redirect to login', async ({ page }) => {
20 | await page.goto('/workspace')
> 21 | await expect(page).toHaveURL(/\/login$/)
| ^
22 |
23 | await page.goto('/settings/kubeconfig')
24 | await expect(page).toHaveURL(/\/login$/)
at /home/runner/work/fulling/fulling/e2e/minimal-flow.spec.ts:21:24
|
|
Run browser tests:
e2e/minimal-flow.spec.ts#L21
3) [mobile] › e2e/minimal-flow.spec.ts:19:3 › public and protected navigation › anonymous workspace and settings requests redirect to login
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveURL(expected) failed
Expected pattern: /\/login$/
Received string: "http://127.0.0.1:3000/workspace"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
14 × unexpected value "http://127.0.0.1:3000/workspace"
19 | test('anonymous workspace and settings requests redirect to login', async ({ page }) => {
20 | await page.goto('/workspace')
> 21 | await expect(page).toHaveURL(/\/login$/)
| ^
22 |
23 | await page.goto('/settings/kubeconfig')
24 | await expect(page).toHaveURL(/\/login$/)
at /home/runner/work/fulling/fulling/e2e/minimal-flow.spec.ts:21:24
|
|
Run browser tests:
e2e/minimal-flow.spec.ts#L21
3) [mobile] › e2e/minimal-flow.spec.ts:19:3 › public and protected navigation › anonymous workspace and settings requests redirect to login
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveURL(expected) failed
Expected pattern: /\/login$/
Received string: "http://127.0.0.1:3000/workspace"
Timeout: 5000ms
Call log:
- Expect "toHaveURL" with timeout 5000ms
14 × unexpected value "http://127.0.0.1:3000/workspace"
19 | test('anonymous workspace and settings requests redirect to login', async ({ page }) => {
20 | await page.goto('/workspace')
> 21 | await expect(page).toHaveURL(/\/login$/)
| ^
22 |
23 | await page.goto('/settings/kubeconfig')
24 | await expect(page).toHaveURL(/\/login$/)
at /home/runner/work/fulling/fulling/e2e/minimal-flow.spec.ts:21:24
|
|
Run browser tests:
e2e/minimal-flow.spec.ts#L12
2) [mobile] › e2e/minimal-flow.spec.ts:10:3 › public and protected navigation › landing opens the GitHub-only login page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Join the v3 preview →' })
10 | test('landing opens the GitHub-only login page', async ({ page }) => {
11 | await page.goto('/')
> 12 | await page.getByRole('link', { name: 'Join the v3 preview →' }).click()
| ^
13 |
14 | await expect(page).toHaveURL(/\/login$/)
15 | await expect(page.getByRole('button', { name: 'Continue with GitHub' })).toBeVisible()
at /home/runner/work/fulling/fulling/e2e/minimal-flow.spec.ts:12:69
|
|
Run browser tests:
e2e/minimal-flow.spec.ts#L0
2) [mobile] › e2e/minimal-flow.spec.ts:10:3 › public and protected navigation › landing opens the GitHub-only login page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
Run browser tests:
e2e/minimal-flow.spec.ts#L15
2) [mobile] › e2e/minimal-flow.spec.ts:10:3 › public and protected navigation › landing opens the GitHub-only login page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('button', { name: 'Continue with GitHub' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('button', { name: 'Continue with GitHub' })
13 |
14 | await expect(page).toHaveURL(/\/login$/)
> 15 | await expect(page.getByRole('button', { name: 'Continue with GitHub' })).toBeVisible()
| ^
16 | await expect(page.locator('input')).toHaveCount(0)
17 | })
18 |
at /home/runner/work/fulling/fulling/e2e/minimal-flow.spec.ts:15:78
|
|
Run browser tests:
e2e/minimal-flow.spec.ts#L12
1) [desktop] › e2e/minimal-flow.spec.ts:10:3 › public and protected navigation › landing opens the GitHub-only login page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('link', { name: 'Join the v3 preview →' })
10 | test('landing opens the GitHub-only login page', async ({ page }) => {
11 | await page.goto('/')
> 12 | await page.getByRole('link', { name: 'Join the v3 preview →' }).click()
| ^
13 |
14 | await expect(page).toHaveURL(/\/login$/)
15 | await expect(page.getByRole('button', { name: 'Continue with GitHub' })).toBeVisible()
at /home/runner/work/fulling/fulling/e2e/minimal-flow.spec.ts:12:69
|
|
Run browser tests:
e2e/minimal-flow.spec.ts#L0
1) [desktop] › e2e/minimal-flow.spec.ts:10:3 › public and protected navigation › landing opens the GitHub-only login page
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
Run browser tests:
e2e/minimal-flow.spec.ts#L15
1) [desktop] › e2e/minimal-flow.spec.ts:10:3 › public and protected navigation › landing opens the GitHub-only login page
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('button', { name: 'Continue with GitHub' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('button', { name: 'Continue with GitHub' })
13 |
14 | await expect(page).toHaveURL(/\/login$/)
> 15 | await expect(page.getByRole('button', { name: 'Continue with GitHub' })).toBeVisible()
| ^
16 | await expect(page.locator('input')).toHaveCount(0)
17 | })
18 |
at /home/runner/work/fulling/fulling/e2e/minimal-flow.spec.ts:15:78
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run browser tests
18 failed
[desktop] › e2e/minimal-flow.spec.ts:10:3 › public and protected navigation › landing opens the GitHub-only login page
[desktop] › e2e/minimal-flow.spec.ts:19:3 › public and protected navigation › anonymous workspace and settings requests redirect to login
[desktop] › e2e/minimal-flow.spec.ts:28:1 › authenticated user reaches workspace without a kubeconfig
[desktop] › e2e/minimal-flow.spec.ts:35:1 › kubeconfig settings save, replace, and delete without reading content
[desktop] › e2e/minimal-flow.spec.ts:81:1 › authenticated pages do not overflow the viewport ───
[desktop] › e2e/minimal-flow.spec.ts:92:1 › sign-out returns the user to login ─────────────────
[mobile] › e2e/minimal-flow.spec.ts:10:3 › public and protected navigation › landing opens the GitHub-only login page
[mobile] › e2e/minimal-flow.spec.ts:19:3 › public and protected navigation › anonymous workspace and settings requests redirect to login
[mobile] › e2e/minimal-flow.spec.ts:28:1 › authenticated user reaches workspace without a kubeconfig
[mobile] › e2e/minimal-flow.spec.ts:35:1 › kubeconfig settings save, replace, and delete without reading content
[mobile] › e2e/minimal-flow.spec.ts:81:1 › authenticated pages do not overflow the viewport ────
[mobile] › e2e/minimal-flow.spec.ts:92:1 › sign-out returns the user to login ──────────────────
[narrow] › e2e/minimal-flow.spec.ts:10:3 › public and protected navigation › landing opens the GitHub-only login page
[narrow] › e2e/minimal-flow.spec.ts:19:3 › public and protected navigation › anonymous workspace and settings requests redirect to login
[narrow] › e2e/minimal-flow.spec.ts:28:1 › authenticated user reaches workspace without a kubeconfig
[narrow] › e2e/minimal-flow.spec.ts:35:1 › kubeconfig settings save, replace, and delete without reading content
[narrow] › e2e/minimal-flow.spec.ts:81:1 › authenticated pages do not overflow the viewport ────
[narrow] › e2e/minimal-flow.spec.ts:92:1 › sign-out returns the user to login ──────────────────
|
background
wait
wait-all
cancel
parallel
Loading