Bump react-router and react-router-dom (#162) #173
Annotations
10 errors, 1 warning, and 1 notice
|
[chromium] › tests/column-selection.spec.ts:129:9 › Column Selection and Renaming › modal displays columns vertically for layers with many columns:
tests/column-selection.spec.ts#L136
2) [chromium] › tests/column-selection.spec.ts:129:9 › Column Selection and Renaming › modal displays columns vertically for layers with many columns
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Add' })
- locator resolved to <button type="submit" name="intent" value="add-layer" class="text-white text-sm absolute right-2.5 bottom-2.5 bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg px-4 py-2 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">Add</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
47 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
134 | // Add the layer (King County layer has many columns)
135 | await page.locator(layerUrlFieldId).fill(layerUrl);
> 136 | await page.getByRole('button', { name: 'Add' }).click();
| ^
137 |
138 | // Wait for the layer's menu button and open it
139 | const menuButton = page.locator('button:has(svg[viewBox="0 0 4 15"])').first();
at /home/runner/work/geodatadownloader/geodatadownloader/tests/column-selection.spec.ts:136:57
|
|
[chromium] › tests/column-selection.spec.ts:129:9 › Column Selection and Renaming › modal displays columns vertically for layers with many columns:
tests/column-selection.spec.ts#L0
2) [chromium] › tests/column-selection.spec.ts:129:9 › Column Selection and Renaming › modal displays columns vertically for layers with many columns
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/column-selection.spec.ts:129:9 › Column Selection and Renaming › modal displays columns vertically for layers with many columns:
tests/column-selection.spec.ts#L136
2) [chromium] › tests/column-selection.spec.ts:129:9 › Column Selection and Renaming › modal displays columns vertically for layers with many columns
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Add' })
- locator resolved to <button type="submit" name="intent" value="add-layer" class="text-white text-sm absolute right-2.5 bottom-2.5 bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg px-4 py-2 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">Add</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
47 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
134 | // Add the layer (King County layer has many columns)
135 | await page.locator(layerUrlFieldId).fill(layerUrl);
> 136 | await page.getByRole('button', { name: 'Add' }).click();
| ^
137 |
138 | // Wait for the layer's menu button and open it
139 | const menuButton = page.locator('button:has(svg[viewBox="0 0 4 15"])').first();
at /home/runner/work/geodatadownloader/geodatadownloader/tests/column-selection.spec.ts:136:57
|
|
[chromium] › tests/column-selection.spec.ts:129:9 › Column Selection and Renaming › modal displays columns vertically for layers with many columns:
tests/column-selection.spec.ts#L0
2) [chromium] › tests/column-selection.spec.ts:129:9 › Column Selection and Renaming › modal displays columns vertically for layers with many columns
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/column-selection.spec.ts:11:9 › Column Selection and Renaming › can configure 2 columns and CSV contains only renamed columns:
tests/column-selection.spec.ts#L18
1) [chromium] › tests/column-selection.spec.ts:11:9 › Column Selection and Renaming › can configure 2 columns and CSV contains only renamed columns
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Add' })
- locator resolved to <button type="submit" name="intent" value="add-layer" class="text-white text-sm absolute right-2.5 bottom-2.5 bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg px-4 py-2 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">Add</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
47 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
16 | // Add the layer
17 | await page.locator(layerUrlFieldId).fill(layerUrl);
> 18 | await page.getByRole('button', { name: 'Add' }).click();
| ^
19 |
20 | // Wait until the layer's menu button is visible, then open dropdown
21 | const menuButton = page.locator('button:has(svg[viewBox="0 0 4 15"])').first();
at /home/runner/work/geodatadownloader/geodatadownloader/tests/column-selection.spec.ts:18:57
|
|
[chromium] › tests/column-selection.spec.ts:11:9 › Column Selection and Renaming › can configure 2 columns and CSV contains only renamed columns:
tests/column-selection.spec.ts#L0
1) [chromium] › tests/column-selection.spec.ts:11:9 › Column Selection and Renaming › can configure 2 columns and CSV contains only renamed columns
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/column-selection.spec.ts:11:9 › Column Selection and Renaming › can configure 2 columns and CSV contains only renamed columns:
tests/column-selection.spec.ts#L18
1) [chromium] › tests/column-selection.spec.ts:11:9 › Column Selection and Renaming › can configure 2 columns and CSV contains only renamed columns
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Add' })
- locator resolved to <button type="submit" name="intent" value="add-layer" class="text-white text-sm absolute right-2.5 bottom-2.5 bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg px-4 py-2 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">Add</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
47 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
16 | // Add the layer
17 | await page.locator(layerUrlFieldId).fill(layerUrl);
> 18 | await page.getByRole('button', { name: 'Add' }).click();
| ^
19 |
20 | // Wait until the layer's menu button is visible, then open dropdown
21 | const menuButton = page.locator('button:has(svg[viewBox="0 0 4 15"])').first();
at /home/runner/work/geodatadownloader/geodatadownloader/tests/column-selection.spec.ts:18:57
|
|
[chromium] › tests/column-selection.spec.ts:11:9 › Column Selection and Renaming › can configure 2 columns and CSV contains only renamed columns:
tests/column-selection.spec.ts#L0
1) [chromium] › tests/column-selection.spec.ts:11:9 › Column Selection and Renaming › can configure 2 columns and CSV contains only renamed columns
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/column-selection.spec.ts:11:9 › Column Selection and Renaming › can configure 2 columns and CSV contains only renamed columns:
tests/column-selection.spec.ts#L18
1) [chromium] › tests/column-selection.spec.ts:11:9 › Column Selection and Renaming › can configure 2 columns and CSV contains only renamed columns
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Add' })
- locator resolved to <button type="submit" name="intent" value="add-layer" class="text-white text-sm absolute right-2.5 bottom-2.5 bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg px-4 py-2 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">Add</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
40 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div class="flex items-start gap-4">…</div> from <div class="fixed inset-0 z-50 flex items-center justify-center p-4 bg-black/60">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
16 | // Add the layer
17 | await page.locator(layerUrlFieldId).fill(layerUrl);
> 18 | await page.getByRole('button', { name: 'Add' }).click();
| ^
19 |
20 | // Wait until the layer's menu button is visible, then open dropdown
21 | const menuButton = page.locator('button:has(svg[viewBox="0 0 4 15"])').first();
at /home/runner/work/geodatadownloader/geodatadownloader/tests/column-selection.spec.ts:18:57
|
|
[chromium] › tests/column-selection.spec.ts:11:9 › Column Selection and Renaming › can configure 2 columns and CSV contains only renamed columns:
tests/column-selection.spec.ts#L0
1) [chromium] › tests/column-selection.spec.ts:11:9 › Column Selection and Renaming › can configure 2 columns and CSV contains only renamed columns
Test timeout of 30000ms exceeded.
|
|
test
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, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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
7 failed
[chromium] › tests/column-selection.spec.ts:11:9 › Column Selection and Renaming › can configure 2 columns and CSV contains only renamed columns
[chromium] › tests/column-selection.spec.ts:129:9 › Column Selection and Renaming › modal displays columns vertically for layers with many columns
[chromium] › tests/layer-panel-layout.spec.ts:8:9 › Layer Panel Layout › layer panel text is visible without scrolling
[chromium] › tests/layer-panel-layout.spec.ts:37:9 › Layer Panel Layout › no scrollbars appear on the page
[chromium] › tests/layer-panel-layout.spec.ts:54:9 › Layer Panel Layout › left panel footer stays fixed at bottom
[chromium] › tests/main-workflow.spec.ts:10:9 › Main Workflow › can add a layer ────────────────
[chromium] › tests/main-workflow.spec.ts:27:9 › Main Workflow › can set boundary text ──────────
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
53.8 MB |
sha256:9c36786674265cd7a6c671346a22dcc3ee54597fffeeaccf872dd39f2f823e0f
|
|
|
test-results
Expired
|
55.4 MB |
sha256:bc8a11a1a5e39820d8bbb1e04d6ce098eadf84f92ed8520eb2f3674030f479a8
|
|