chore(deps): lock file maintenance #4902
analysis.yml
on: pull_request
Tests Backend Oracle
5m 49s
Tests Backend Postgres
10m 59s
Trivy Security Scan
37s
Analysis Results
3s
Annotations
3 errors and 1 warning
|
Tests (Frontend)
Process completed with exit code 1.
|
|
src/__test__/components/Dashboard/OpeningSubmissionTrend.test.tsx > OpeningSubmissionTrend Component > should update org units and trigger data fetch:
frontend/src/__test__/components/Dashboard/OpeningSubmissionTrend.test.tsx#L196
TestingLibraryElementError: Unable to find an accessible element with the role "option" and name "DAS - District A"
Here are the accessible roles:
heading:
Name "Opening submission per year":
<h1
class="chart-title-header"
/>
--------------------------------------------------
paragraph:
Name "":
<p
class="subtitle-section"
/>
Name "":
<p
class="empty-section-subtitle subtitle-section"
/>
--------------------------------------------------
combobox:
Name "DistrictTotal items selected: 0.":
<input
aria-activedescendant=""
aria-autocomplete="list"
aria-expanded="false"
aria-haspopup="listbox"
autocomplete="off"
class="cds--text-input"
id="district-dropdown-input"
role="combobox"
value="District A"
/>
Name "StatusTotal items selected: 0.":
<input
aria-activedescendant=""
aria-autocomplete="list"
aria-expanded="false"
aria-haspopup="listbox"
autocomplete="off"
class="cds--text-input cds--text-input--empty"
id="status-dropdown-input"
role="combobox"
value=""
/>
Name "Opening submission year":
<input
aria-activedescendant=""
aria-autocomplete="list"
aria-controls="downshift-_r_1c_-menu"
aria-expanded="false"
aria-haspopup="listbox"
aria-labelledby="downshift-_r_1c_-label"
autocomplete="off"
class="cds--text-input"
data-testid="trend-year-selection"
id="trend-year-selection"
role="combobox"
tabindex="0"
type="text"
value="2026"
/>
--------------------------------------------------
button:
Name "Clear selected item":
<button
aria-label="Clear selected item"
class="cds--list-box__selection"
tabindex="-1"
title="Clear selected item"
type="button"
/>
Name "Open":
<button
aria-controls="district-dropdown__menu"
aria-expanded="false"
aria-label="Open"
class="cds--list-box__menu-icon"
id="district-dropdown-toggle-button"
tabindex="-1"
title="Open"
type="button"
/>
Name "Open":
<button
aria-controls="status-dropdown__menu"
aria-expanded="false"
aria-label="Open"
class="cds--list-box__menu-icon"
id="status-dropdown-toggle-button"
tabindex="-1"
title="Open"
type="button"
/>
Name "Clear selected item":
<button
aria-label="Clear selected item"
class="cds--list-box__selection"
tabindex="-1"
title="Clear selected item"
type="button"
/>
Name "Open":
<button
aria-controls="downshift-_r_1c_-menu"
aria-expanded="false"
aria-label="Open"
class="cds--list-box__menu-icon"
id="downshift-_r_1c_-toggle-button"
tabindex="-1"
title="Open"
type="button"
/>
--------------------------------------------------
listbox:
Name "Opening submission year":
<ul
aria-labelledby="downshift-_r_1c_-label"
class="cds--list-box__menu"
id="downshift-_r_1c_-menu"
role="listbox"
/>
--------------------------------------------------
Ignored nodes: comments, script, style
<body>
<div>
<div
class="chart-container-grid submission-trend-container cds--css-grid"
>
<div
class="cds--sm:col-span-4 cds--md:col-span-8 cds--lg:col-span-16 cds--css-grid-column"
>
<div
class="chart-title"
>
<h1
class="chart-title-header"
>
Opening submission per year
</h1>
<p
class="subtitle-section"
>
Check quantity and evolution of openings
</p>
</div>
</div>
<div
class="cds--sm:col-span-4 cds--md:col-span-8 cds--lg:col-span-16 cds--css-grid-column"
>
<div
class="submission-trend-input-container"
>
<div
class="cds--multi-select__wrapper cds--multi-select--filterable__wrapper cds--list-box__wrapper"
>
<label
class="cds--label"
for="district-dropdown-input"
id="district-dropdown-label"
>
|
|
Analysis Results
Process completed with exit code 1.
|
|
Tests (Frontend)
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|