Skip to content

Create admin page

Create admin page #86

Triggered via pull request July 24, 2026 16:42
Status Failure
Total duration 35s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
test
Process completed with exit code 1.
src/stores/filter/columnFilterCombo/index.test.ts > columnFilterCombo barrel exports > exposes the filter combo classes and factory helpers: src/stores/filter/columnFilterCombo/index.test.ts#L25
AssertionError: expected '' to be 'תחנת השכונות' // Object.is equality - Expected + Received - תחנת השכונות ❯ src/stores/filter/columnFilterCombo/index.test.ts:25:40
src/components/common/MySelect/MySelect.test.tsx > MySelect > calls onChange when selection changes: src/components/common/MySelect/MySelect.test.tsx#L53
TestingLibraryElementError: Unable to find a label with the text of: Fruit Ignored nodes: comments, script, style <body> <div> <div class="mb-2 select-wrapper " style="display: flex; flex-direction: row; gap: 0.5rem; align-items: center;" > <label class="form-label" for="Fruit-id" style="white-space: nowrap; margin-bottom: 0px;" > Fruit : </label> <select class="my-select form-select" id="Fruit-id" > <option value="1" > Apple </option> <option value="2" > Banana </option> </select> </div> </div> </body> ❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19 ❯ getAllByLabelText node_modules/@testing-library/dom/dist/queries/label-text.js:111:38 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19 ❯ src/components/common/MySelect/MySelect.test.tsx:53:27
src/components/common/MySelect/MySelect.test.tsx > MySelect > renders options and label: src/components/common/MySelect/MySelect.test.tsx#L30
TestingLibraryElementError: Unable to find a label with the text of: Select Fruit Ignored nodes: comments, script, style <body> <div> <div class="mb-2 select-wrapper " style="display: flex; flex-direction: row; gap: 0.5rem; align-items: center;" > <label class="form-label" for="fruit-select" style="white-space: nowrap; margin-bottom: 0px;" > Select Fruit : </label> <select class="my-select form-select" id="fruit-select" > <option value="1" > Apple </option> <option value="2" > Banana </option> </select> </div> </div> </body> ❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19 ❯ getAllByLabelText node_modules/@testing-library/dom/dist/queries/label-text.js:111:38 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17 ❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19 ❯ src/components/common/MySelect/MySelect.test.tsx:30:19
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/