debian-image-builder-frontend/src/test
Michal Gold a5aa15cbcb Wizard: Resolve row reordering issue on selection and expansion
- Fix issue when clicking the expandable arrow or selecting a package checkbox in the Packages step it caused unexpected row reordering.
- Updated sorting logic to ensure that selecting a package with a specific stream groups all related module streams together at the top.
- Ensured that rows expand in place and selection does not affect row position.
- Add unit test as well
2025-08-21 10:17:06 +00:00
..
Components Wizard: Resolve row reordering issue on selection and expansion 2025-08-21 10:17:06 +00:00
fixtures Wizard: Resolve row reordering issue on selection and expansion 2025-08-21 10:17:06 +00:00
mocks ESLint: Set trailingComma to all and run lint fix 2025-08-05 13:56:59 +00:00
cockpit-tests.sh test/CreateImageWizard: test hostname step on cockpit 2025-02-07 09:30:03 +01:00
README.md Add README with info around testing 2020-11-03 15:31:40 +01:00
setup.ts Wizard: add AAP step 2025-08-14 11:28:49 +00:00
testUtils.js ESLint: Set trailingComma to all and run lint fix 2025-08-05 13:56:59 +00:00

Testing information

Code coverage

Code coverage is recorded in codecov.io. This information comes only from unit tests and for the time being we're not concerned with collecting coverage information from integration tests.

It must be over 85% as required by Insights QE!