Skip to content

Commit

Permalink
Wizard: Move two files
Browse files Browse the repository at this point in the history
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
  • Loading branch information
regexowl authored and lucasgarfield committed Dec 17, 2024
1 parent 60a5b65 commit cf4289f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
changeTimezone,
selectTimezone,
} from '../../../../../store/wizardSlice';
import { timezones } from '../../../../../timezones';
import { timezones } from '../timezonesList';

const TimezoneDropDown = () => {
const timezone = useAppSelector(selectTimezone);
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit cf4289f

Please sign in to comment.