debian-image-builder-frontend/src/test/Components/CreateImageWizardV2
lucasgarfield 61b23216f4 V2 Wizard: OpenSCAP edit tests
Edit mode is now fully tested and working for OpenSCAP profiles. A
handler for the PUT request was added and the fixtures were updated to
support this.

`EditImageWizard.tsx`: Previously we dispatched `initializeWizard()`
while waiting for the blueprintDetails to load. This meant that the
state was incorrect (empty) while the blueprintDetails request was
in flight.

`requestMapper.tsx`: Correctly populate state in edit mode if the
blueprint contains a custom file system – previously custom mountpoints
were dropped and automatic mode was selected.

`spyOnRequest()`: Differentiate between request types (e.g. GET, PUT)
for the same endpoint.
2024-04-30 15:13:50 +02:00
..
steps V2 Wizard: OpenSCAP edit tests 2024-04-30 15:13:50 +02:00
CreateImageWizard.azure.test.tsx test: Re-enable FSC alert test and clean up 2024-04-11 11:21:19 +02:00
CreateImageWizard.compliance.test.tsx HMS-3796: Add snapshot date selection to wizard 2024-04-25 14:45:50 +02:00
CreateImageWizard.content.test.tsx WizardV2: pass module_hotfixes to the request 2024-04-26 13:59:20 +02:00
CreateImageWizard.test.tsx test: Add test for checking ISO only / more targets FSC options 2024-04-29 11:57:30 +02:00
wizardTestUtils.tsx V2 Wizard: OpenSCAP edit tests 2024-04-30 15:13:50 +02:00