Commit 3c22e0c1 authored by eugielimpin's avatar eugielimpin

Move component from under pages/ to namespaces/verification/components/

parent 86b33eb5
...@@ -11,7 +11,7 @@ export default { ...@@ -11,7 +11,7 @@ export default {
WelcomePage, WelcomePage,
LegacyContainer, LegacyContainer,
CreditCardVerification: () => CreditCardVerification: () =>
import('ee_component/pages/groups/new/components/credit_card_verification.vue'), import('ee_component/namespaces/verification/components/credit_card_verification.vue'),
}, },
directives: { directives: {
SafeHtml, SafeHtml,
......
import { GlButton } from '@gitlab/ui'; import { GlButton } from '@gitlab/ui';
import { mountExtended } from 'helpers/vue_test_utils_helper'; import { mountExtended } from 'helpers/vue_test_utils_helper';
import CreditCardVerification from 'ee/pages/groups/new/components/credit_card_verification.vue'; import CreditCardVerification from 'ee/namespaces/verification/components/credit_card_verification.vue';
import { I18N_FORM_TITLE, I18N_FORM_EXPLANATION } from 'ee/pages/groups/new/constants'; import { I18N_FORM_TITLE, I18N_FORM_EXPLANATION } from 'ee/namespaces/verification/constants';
describe('Verification page', () => { describe('Verification page', () => {
let wrapper; let wrapper;
......
...@@ -2,7 +2,7 @@ import { GlButton } from '@gitlab/ui'; ...@@ -2,7 +2,7 @@ import { GlButton } from '@gitlab/ui';
import { mount } from '@vue/test-utils'; import { mount } from '@vue/test-utils';
import WelcomePage from '~/vue_shared/new_namespace/components/welcome.vue'; import WelcomePage from '~/vue_shared/new_namespace/components/welcome.vue';
import NewNamespacePage from '~/vue_shared/new_namespace/new_namespace_page.vue'; import NewNamespacePage from '~/vue_shared/new_namespace/new_namespace_page.vue';
import VerificationPage from 'ee_component/pages/groups/new/components/credit_card_verification.vue'; import VerificationPage from 'ee_component/namespaces/verification/components/credit_card_verification.vue';
import Zuora from 'ee/billings/components/zuora.vue'; import Zuora from 'ee/billings/components/zuora.vue';
describe('Experimental new project creation app', () => { describe('Experimental new project creation app', () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment