Wizard: Move two files

This moves two files:
- timezonesList to the Timezone step, same as lists used for Locale
- ImportBlueprintModal.test.tsx to the test folder so all the test files are in one place
This commit is contained in:
regexowl 2024-12-17 10:48:00 +01:00 committed by Lucas Garfield
parent 60a5b65acd
commit cf4289f692
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ import {
changeTimezone,
selectTimezone,
} from '../../../../../store/wizardSlice';
import { timezones } from '../../../../../timezones';
import { timezones } from '../timezonesList';
const TimezoneDropDown = () => {
const timezone = useAppSelector(selectTimezone);

View file

@ -1,8 +1,8 @@
import { screen, waitFor } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { clickNext } from '../../test/Components/CreateImageWizard/wizardTestUtils';
import { renderCustomRoutesWithReduxRouter } from '../../test/testUtils';
import { renderCustomRoutesWithReduxRouter } from '../../testUtils';
import { clickNext } from '../CreateImageWizard/wizardTestUtils';
const BLUEPRINT_JSON = `{
"customizations": {