src: Rename "V2" folders to just Wizard
This replaces all occurences of "CreateImageWizardV2" with just "CreateImageWizard" as it is the only version now.
This commit is contained in:
parent
b1e5a8c7c6
commit
4fb37c187e
93 changed files with 20 additions and 22 deletions
|
|
@ -5,7 +5,7 @@ import { screen, waitFor, within } from '@testing-library/react';
|
|||
import userEvent from '@testing-library/user-event';
|
||||
import { rest } from 'msw';
|
||||
|
||||
import CreateImageWizard from '../../../Components/CreateImageWizardV2';
|
||||
import CreateImageWizard from '../../../Components/CreateImageWizard';
|
||||
import LandingPage from '../../../Components/LandingPage/LandingPage';
|
||||
import { IMAGE_BUILDER_API } from '../../../constants';
|
||||
import { emptyGetBlueprints } from '../../fixtures/blueprints';
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import { screen, waitFor } from '@testing-library/react';
|
|||
import userEvent from '@testing-library/user-event';
|
||||
import { rest } from 'msw';
|
||||
|
||||
import CreateImageWizard from '../../../Components/CreateImageWizardV2/CreateImageWizard';
|
||||
import CreateImageWizard from '../../../Components/CreateImageWizard/CreateImageWizard';
|
||||
import ShareImageModal from '../../../Components/ShareImageModal/ShareImageModal';
|
||||
import { PROVISIONING_API } from '../../../constants';
|
||||
import { server } from '../../mocks/server';
|
||||
|
|
@ -5,7 +5,7 @@ import '@testing-library/jest-dom';
|
|||
import { screen, waitFor } from '@testing-library/react';
|
||||
import userEvent from '@testing-library/user-event';
|
||||
|
||||
import CreateImageWizard from '../../../Components/CreateImageWizardV2/CreateImageWizard';
|
||||
import CreateImageWizard from '../../../Components/CreateImageWizard/CreateImageWizard';
|
||||
import ShareImageModal from '../../../Components/ShareImageModal/ShareImageModal';
|
||||
import { clickNext, renderCustomRoutesWithReduxRouter } from '../../testUtils';
|
||||
|
||||
|
|
@ -6,7 +6,7 @@ import type { Router as RemixRouter } from '@remix-run/router';
|
|||
import { screen, waitFor, within } from '@testing-library/react';
|
||||
import userEvent from '@testing-library/user-event';
|
||||
|
||||
import CreateImageWizard from '../../../Components/CreateImageWizardV2/CreateImageWizard';
|
||||
import CreateImageWizard from '../../../Components/CreateImageWizard/CreateImageWizard';
|
||||
import {
|
||||
clickBack,
|
||||
clickNext,
|
||||
|
|
@ -17,7 +17,7 @@ import {
|
|||
openAndDismissSaveAndBuildModal,
|
||||
} from './wizardTestUtils';
|
||||
|
||||
import CreateImageWizard from '../../../Components/CreateImageWizardV2/CreateImageWizard';
|
||||
import CreateImageWizard from '../../../Components/CreateImageWizard/CreateImageWizard';
|
||||
import ShareImageModal from '../../../Components/ShareImageModal/ShareImageModal';
|
||||
import { PROVISIONING_API, RHSM_API } from '../../../constants';
|
||||
import { server } from '../../mocks/server';
|
||||
|
|
@ -4,7 +4,7 @@ import '@testing-library/jest-dom';
|
|||
import { screen, waitFor } from '@testing-library/react';
|
||||
import userEvent from '@testing-library/user-event';
|
||||
|
||||
import CreateImageWizard from '../../../../../Components/CreateImageWizardV2/CreateImageWizard';
|
||||
import CreateImageWizard from '../../../../../Components/CreateImageWizard/CreateImageWizard';
|
||||
import {
|
||||
AARCH64,
|
||||
CENTOS_9,
|
||||
|
|
@ -4,7 +4,7 @@ import { screen, waitFor } from '@testing-library/react';
|
|||
import { userEvent } from '@testing-library/user-event';
|
||||
import { MockedRequest } from 'msw';
|
||||
|
||||
import ImageWizard from '../../../Components/CreateImageWizardV2';
|
||||
import ImageWizard from '../../../Components/CreateImageWizard';
|
||||
import { RHEL_9 } from '../../../constants';
|
||||
import {
|
||||
CreateBlueprintRequest,
|
||||
Loading…
Add table
Add a link
Reference in a new issue