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:
parent
60a5b65acd
commit
cf4289f692
3 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ import {
|
|||
changeTimezone,
|
||||
selectTimezone,
|
||||
} from '../../../../../store/wizardSlice';
|
||||
import { timezones } from '../../../../../timezones';
|
||||
import { timezones } from '../timezonesList';
|
||||
|
||||
const TimezoneDropDown = () => {
|
||||
const timezone = useAppSelector(selectTimezone);
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
Loading…
Add table
Add a link
Reference in a new issue