debian-image-builder-frontend/src/test/Components/CreateImageWizard
regexowl ff0eb304bf test: Safeguard first setUp() in .test and .azure against early exit
The "Step Image output - clicking Next loads Upload to AWS" and "Step Upload to Azure - clicking Next loads Registration" were sometimes returning the "Warning: An update to <element> inside a test was not wrapped in act(...)" error.

This seems to have been caused by an early exit in the `setUp()` function in the first `describe` block.
Safeguards were put in place to fix this behaviour.

As this error didn't occur every time, testing the updates was not easy. This current fix passed the threshold of ten successful runs of `npm run test`.
2023-08-30 16:01:02 +02:00
..
CreateImageWizard.azure.test.js test: Safeguard first setUp() in .test and .azure against early exit 2023-08-30 16:01:02 +02:00
CreateImageWizard.content.test.js test: Update CreateImageWizard tests 2023-08-30 16:01:02 +02:00
CreateImageWizard.test.js test: Safeguard first setUp() in .test and .azure against early exit 2023-08-30 16:01:02 +02:00