diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModal.test.tsx b/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModal.test.tsx
deleted file mode 100644
index c8236674aba..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModal.test.tsx
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { AboutModal } from '../../AboutModal';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('AboutModal should match snapshot (auto-generated)', () => {
- const view = render(
- ReactNode}
- className={"''"}
- isOpen={false}
- onClose={(): any => undefined}
- productName={"''"}
- trademark={"''"}
- brandImageSrc={'string'}
- brandImageAlt={'string'}
- backgroundImageSrc={"''"}
- noAboutModalBoxContentContainer={false}
- appendTo={null}
- />
- );
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBox.test.tsx b/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBox.test.tsx
deleted file mode 100644
index fd96f505a42..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBox.test.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { AboutModalBox } from '../../AboutModalBox';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('AboutModalBox should match snapshot (auto-generated)', () => {
- const view = render(ReactNode} className={"''"} />);
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxBrand.test.tsx b/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxBrand.test.tsx
deleted file mode 100644
index fce6e5f5b0f..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxBrand.test.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { AboutModalBoxBrand } from '../../AboutModalBoxBrand';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('AboutModalBoxBrand should match snapshot (auto-generated)', () => {
- const view = render();
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxCloseButton.test.tsx b/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxCloseButton.test.tsx
deleted file mode 100644
index 470923c8bb4..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxCloseButton.test.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { AboutModalBoxCloseButton } from '../../AboutModalBoxCloseButton';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('AboutModalBoxCloseButton should match snapshot (auto-generated)', () => {
- const view = render( undefined as any} />);
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxContent.test.tsx b/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxContent.test.tsx
deleted file mode 100644
index 7ca8a7772f5..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxContent.test.tsx
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { AboutModalBoxContent } from '../../AboutModalBoxContent';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('AboutModalBoxContent should match snapshot (auto-generated)', () => {
- const view = render(
- ReactNode}
- className={"''"}
- id={'string'}
- trademark={'string'}
- noAboutModalBoxContentContainer={false}
- />
- );
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxHeader.test.tsx b/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxHeader.test.tsx
deleted file mode 100644
index cddf99c7745..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxHeader.test.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { AboutModalBoxHeader } from '../../AboutModalBoxHeader';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('AboutModalBoxHeader should match snapshot (auto-generated)', () => {
- const view = render();
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxHero.test.tsx b/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxHero.test.tsx
deleted file mode 100644
index 858781f3931..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalBoxHero.test.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { AboutModalBoxHero } from '../../AboutModalBoxHero';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('AboutModalBoxHero should match snapshot (auto-generated)', () => {
- const view = render();
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalContainer.test.tsx b/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalContainer.test.tsx
deleted file mode 100644
index 7338696d1e1..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/AboutModalContainer.test.tsx
+++ /dev/null
@@ -1,27 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { AboutModalContainer } from '../../AboutModalContainer';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('AboutModalContainer should match snapshot (auto-generated)', () => {
- const view = render(
- ReactNode}
- className={"''"}
- isOpen={false}
- onClose={() => undefined}
- productName={"''"}
- trademark={'string'}
- brandImageSrc={'string'}
- brandImageAlt={'string'}
- backgroundImageSrc={'string'}
- aria-labelledby={'string'}
- aria-describedby={'string'}
- />
- );
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModal.test.tsx.snap b/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModal.test.tsx.snap
deleted file mode 100644
index dde74272fd3..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModal.test.tsx.snap
+++ /dev/null
@@ -1,3 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`AboutModal should match snapshot (auto-generated) 1`] = ``;
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBox.test.tsx.snap b/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBox.test.tsx.snap
deleted file mode 100644
index 945365198d9..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBox.test.tsx.snap
+++ /dev/null
@@ -1,15 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`AboutModalBox should match snapshot (auto-generated) 1`] = `
-
-
-
- ReactNode
-
-
-
-`;
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxBrand.test.tsx.snap b/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxBrand.test.tsx.snap
deleted file mode 100644
index d21cd694cad..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxBrand.test.tsx.snap
+++ /dev/null
@@ -1,15 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`AboutModalBoxBrand should match snapshot (auto-generated) 1`] = `
-
-
-
-
-
-`;
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxCloseButton.test.tsx.snap b/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxCloseButton.test.tsx.snap
deleted file mode 100644
index dfe36299c81..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxCloseButton.test.tsx.snap
+++ /dev/null
@@ -1,33 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`AboutModalBoxCloseButton should match snapshot (auto-generated) 1`] = `
-
-
-
-
-
-`;
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxContent.test.tsx.snap b/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxContent.test.tsx.snap
deleted file mode 100644
index fcba440f75d..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxContent.test.tsx.snap
+++ /dev/null
@@ -1,27 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`AboutModalBoxContent should match snapshot (auto-generated) 1`] = `
-
-
-
-
-
- ReactNode
-
-
-
-
- string
-
-
-
-`;
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxHeader.test.tsx.snap b/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxHeader.test.tsx.snap
deleted file mode 100644
index 0c3d3424f1e..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxHeader.test.tsx.snap
+++ /dev/null
@@ -1,19 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`AboutModalBoxHeader should match snapshot (auto-generated) 1`] = `
-
-
-
- ''
-
-
-
-`;
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxHero.test.tsx.snap b/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxHero.test.tsx.snap
deleted file mode 100644
index 6a6707001df..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalBoxHero.test.tsx.snap
+++ /dev/null
@@ -1,10 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`AboutModalBoxHero should match snapshot (auto-generated) 1`] = `
-
-
-
-`;
diff --git a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalContainer.test.tsx.snap b/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalContainer.test.tsx.snap
deleted file mode 100644
index efe078efee1..00000000000
--- a/packages/react-core/src/components/AboutModal/__tests__/Generated/__snapshots__/AboutModalContainer.test.tsx.snap
+++ /dev/null
@@ -1,3 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`AboutModalContainer should match snapshot (auto-generated) 1`] = ``;
diff --git a/packages/react-core/src/components/Accordion/__tests__/Generated/Accordion.test.tsx b/packages/react-core/src/components/Accordion/__tests__/Generated/Accordion.test.tsx
deleted file mode 100644
index 9aecfb400d9..00000000000
--- a/packages/react-core/src/components/Accordion/__tests__/Generated/Accordion.test.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { Accordion } from '../../Accordion';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('Accordion should match snapshot (auto-generated)', () => {
- const view = render(
- ReactNode>}
- className={"''"}
- aria-label={"''"}
- headingLevel={'h3'}
- asDefinitionList={true}
- noBoxShadow={false}
- />
- );
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/Accordion/__tests__/Generated/__snapshots__/Accordion.test.tsx.snap b/packages/react-core/src/components/Accordion/__tests__/Generated/__snapshots__/Accordion.test.tsx.snap
deleted file mode 100644
index 14c12884126..00000000000
--- a/packages/react-core/src/components/Accordion/__tests__/Generated/__snapshots__/Accordion.test.tsx.snap
+++ /dev/null
@@ -1,12 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`Accordion should match snapshot (auto-generated) 1`] = `
-
-
- ReactNode
-
-
-`;
diff --git a/packages/react-core/src/components/Alert/__tests__/Generated/Alert.test.tsx b/packages/react-core/src/components/Alert/__tests__/Generated/Alert.test.tsx
deleted file mode 100644
index b52893828be..00000000000
--- a/packages/react-core/src/components/Alert/__tests__/Generated/Alert.test.tsx
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { Alert } from '../../Alert';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('Alert should match snapshot (auto-generated)', () => {
- const view = render(
- ReactNode}
- actionClose={undefined}
- actionLinks={[]}
- children={''}
- className={"''"}
- aria-label={'string'}
- variantLabel={'string'}
- isLiveRegion={false}
- />
- );
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/Alert/__tests__/Generated/__snapshots__/Alert.test.tsx.snap b/packages/react-core/src/components/Alert/__tests__/Generated/__snapshots__/Alert.test.tsx.snap
deleted file mode 100644
index 4259bbcde39..00000000000
--- a/packages/react-core/src/components/Alert/__tests__/Generated/__snapshots__/Alert.test.tsx.snap
+++ /dev/null
@@ -1,47 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`Alert should match snapshot (auto-generated) 1`] = `
-
-
-
-
-
-
-
- string
-
-
- ReactNode
-
-
-
-
-
-
-`;
diff --git a/packages/react-core/src/components/ApplicationLauncher/__tests__/Generated/ApplicationLauncher.test.tsx b/packages/react-core/src/components/ApplicationLauncher/__tests__/Generated/ApplicationLauncher.test.tsx
deleted file mode 100644
index 8144c34e241..00000000000
--- a/packages/react-core/src/components/ApplicationLauncher/__tests__/Generated/ApplicationLauncher.test.tsx
+++ /dev/null
@@ -1,36 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { ApplicationLauncher } from '../../ApplicationLauncher';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('ApplicationLauncher should match snapshot (auto-generated)', () => {
- const view = render(
- undefined}
- onToggle={(_value: boolean): any => undefined}
- aria-label={"'Application launcher'"}
- isGrouped={false}
- toggleIcon={
-`;
diff --git a/packages/react-core/src/components/Button/__tests__/Generated/Button.test.tsx b/packages/react-core/src/components/Button/__tests__/Generated/Button.test.tsx
deleted file mode 100644
index 7252f09a298..00000000000
--- a/packages/react-core/src/components/Button/__tests__/Generated/Button.test.tsx
+++ /dev/null
@@ -1,31 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { Button } from '../../Button';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('Button should match snapshot (auto-generated)', () => {
- const view = render(
-
-`;
diff --git a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/OverflowMenu.test.tsx b/packages/react-core/src/components/OverflowMenu/__tests__/Generated/OverflowMenu.test.tsx
deleted file mode 100644
index 34a847f41b2..00000000000
--- a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/OverflowMenu.test.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { OverflowMenu } from '../../OverflowMenu';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('OverflowMenu should match snapshot (auto-generated)', () => {
- const view = render();
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/OverflowMenuContent.test.tsx b/packages/react-core/src/components/OverflowMenu/__tests__/Generated/OverflowMenuContent.test.tsx
deleted file mode 100644
index d3b763f284b..00000000000
--- a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/OverflowMenuContent.test.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { OverflowMenuContent } from '../../OverflowMenuContent';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('OverflowMenuContent should match snapshot (auto-generated)', () => {
- const view = render();
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/OverflowMenuGroup.test.tsx b/packages/react-core/src/components/OverflowMenu/__tests__/Generated/OverflowMenuGroup.test.tsx
deleted file mode 100644
index f136bf4f1c6..00000000000
--- a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/OverflowMenuGroup.test.tsx
+++ /dev/null
@@ -1,15 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { OverflowMenuGroup } from '../../OverflowMenuGroup';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('OverflowMenuGroup should match snapshot (auto-generated)', () => {
- const view = render(
-
- );
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/OverflowMenuItem.test.tsx b/packages/react-core/src/components/OverflowMenu/__tests__/Generated/OverflowMenuItem.test.tsx
deleted file mode 100644
index aab71e1497a..00000000000
--- a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/OverflowMenuItem.test.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { OverflowMenuItem } from '../../OverflowMenuItem';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('OverflowMenuItem should match snapshot (auto-generated)', () => {
- const view = render();
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/__snapshots__/OverflowMenu.test.tsx.snap b/packages/react-core/src/components/OverflowMenu/__tests__/Generated/__snapshots__/OverflowMenu.test.tsx.snap
deleted file mode 100644
index 144cbe1d69b..00000000000
--- a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/__snapshots__/OverflowMenu.test.tsx.snap
+++ /dev/null
@@ -1,11 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`OverflowMenu should match snapshot (auto-generated) 1`] = `
-
-
- any
-
-
-`;
diff --git a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/__snapshots__/OverflowMenuContent.test.tsx.snap b/packages/react-core/src/components/OverflowMenu/__tests__/Generated/__snapshots__/OverflowMenuContent.test.tsx.snap
deleted file mode 100644
index 428c857dd9e..00000000000
--- a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/__snapshots__/OverflowMenuContent.test.tsx.snap
+++ /dev/null
@@ -1,11 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`OverflowMenuContent should match snapshot (auto-generated) 1`] = `
-
-
- any
-
-
-`;
diff --git a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/__snapshots__/OverflowMenuGroup.test.tsx.snap b/packages/react-core/src/components/OverflowMenu/__tests__/Generated/__snapshots__/OverflowMenuGroup.test.tsx.snap
deleted file mode 100644
index 6bf56fdd88d..00000000000
--- a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/__snapshots__/OverflowMenuGroup.test.tsx.snap
+++ /dev/null
@@ -1,11 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`OverflowMenuGroup should match snapshot (auto-generated) 1`] = `
-
-
- any
-
-
-`;
diff --git a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/__snapshots__/OverflowMenuItem.test.tsx.snap b/packages/react-core/src/components/OverflowMenu/__tests__/Generated/__snapshots__/OverflowMenuItem.test.tsx.snap
deleted file mode 100644
index 33cae4332cf..00000000000
--- a/packages/react-core/src/components/OverflowMenu/__tests__/Generated/__snapshots__/OverflowMenuItem.test.tsx.snap
+++ /dev/null
@@ -1,13 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`OverflowMenuItem should match snapshot (auto-generated) 1`] = `
-
-
-
- any
-
-
-
-`;
diff --git a/packages/react-core/src/components/Page/__tests__/Generated/PageHeader.test.tsx b/packages/react-core/src/components/Page/__tests__/Generated/PageHeader.test.tsx
deleted file mode 100644
index 6e988afc3ee..00000000000
--- a/packages/react-core/src/components/Page/__tests__/Generated/PageHeader.test.tsx
+++ /dev/null
@@ -1,28 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { PageHeader } from '../../PageHeader';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('PageHeader should match snapshot (auto-generated)', () => {
- const view = render(
- undefined as any}
- aria-label={"'Global navigation'"}
- />
- );
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/Page/__tests__/Generated/PageSection.test.tsx b/packages/react-core/src/components/Page/__tests__/Generated/PageSection.test.tsx
deleted file mode 100644
index b49406c5d63..00000000000
--- a/packages/react-core/src/components/Page/__tests__/Generated/PageSection.test.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { PageSection } from '../../PageSection';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('PageSection should match snapshot (auto-generated)', () => {
- const view = render(
- ReactNode}
- className={"''"}
- variant={'default'}
- type={'default'}
- isFilled={true}
- padding={{ default: 'noPadding' }}
- />
- );
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/Page/__tests__/Generated/__snapshots__/PageHeader.test.tsx.snap b/packages/react-core/src/components/Page/__tests__/Generated/__snapshots__/PageHeader.test.tsx.snap
deleted file mode 100644
index fd759c1d113..00000000000
--- a/packages/react-core/src/components/Page/__tests__/Generated/__snapshots__/PageHeader.test.tsx.snap
+++ /dev/null
@@ -1,10 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`PageHeader should match snapshot (auto-generated) 1`] = `
-
-
-
-`;
diff --git a/packages/react-core/src/components/Page/__tests__/Generated/__snapshots__/PageSection.test.tsx.snap b/packages/react-core/src/components/Page/__tests__/Generated/__snapshots__/PageSection.test.tsx.snap
deleted file mode 100644
index 9987286d464..00000000000
--- a/packages/react-core/src/components/Page/__tests__/Generated/__snapshots__/PageSection.test.tsx.snap
+++ /dev/null
@@ -1,13 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`PageSection should match snapshot (auto-generated) 1`] = `
-
-
-
- ReactNode
-
-
-
-`;
diff --git a/packages/react-core/src/components/Popover/__tests__/Generated/Popover.test.tsx b/packages/react-core/src/components/Popover/__tests__/Generated/Popover.test.tsx
deleted file mode 100644
index 3e34c1dabcc..00000000000
--- a/packages/react-core/src/components/Popover/__tests__/Generated/Popover.test.tsx
+++ /dev/null
@@ -1,40 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { Popover } from '../../Popover';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('Popover should match snapshot (auto-generated)', () => {
- const view = render(
- document.body}
- bodyContent={
-`;
diff --git a/packages/react-core/src/components/Tabs/__tests__/Generated/__snapshots__/Tabs.test.tsx.snap b/packages/react-core/src/components/Tabs/__tests__/Generated/__snapshots__/Tabs.test.tsx.snap
deleted file mode 100644
index ec7f4624c68..00000000000
--- a/packages/react-core/src/components/Tabs/__tests__/Generated/__snapshots__/Tabs.test.tsx.snap
+++ /dev/null
@@ -1,75 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`Tabs should match snapshot (auto-generated) 1`] = `
-
-
-
-
-
-
-
- ReactNode
-
-
-
-
-
-
-
- ReactNode
-
-
-`;
diff --git a/packages/react-core/src/components/Text/__tests__/Generated/Text.test.tsx b/packages/react-core/src/components/Text/__tests__/Generated/Text.test.tsx
deleted file mode 100644
index 0ebb189a2f9..00000000000
--- a/packages/react-core/src/components/Text/__tests__/Generated/Text.test.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { Text } from '../../Text';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('Text should match snapshot (auto-generated)', () => {
- const view = render(ReactNode>} className={"''"} />);
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/Text/__tests__/Generated/__snapshots__/Text.test.tsx.snap b/packages/react-core/src/components/Text/__tests__/Generated/__snapshots__/Text.test.tsx.snap
deleted file mode 100644
index b952042619a..00000000000
--- a/packages/react-core/src/components/Text/__tests__/Generated/__snapshots__/Text.test.tsx.snap
+++ /dev/null
@@ -1,15 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`Text should match snapshot (auto-generated) 1`] = `
-
-
- ReactNode
-
-
-`;
diff --git a/packages/react-core/src/components/Toolbar/__tests__/Generated/Toolbar.test.tsx b/packages/react-core/src/components/Toolbar/__tests__/Generated/Toolbar.test.tsx
deleted file mode 100644
index 6f1422dd5df..00000000000
--- a/packages/react-core/src/components/Toolbar/__tests__/Generated/Toolbar.test.tsx
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { Toolbar } from '../../Toolbar';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('Toolbar should match snapshot (auto-generated)', () => {
- const view = render(
- undefined as void}
- clearFiltersButtonText={'string'}
- collapseListedFiltersBreakpoint={'md'}
- isExpanded={true}
- toggleIsExpanded={() => undefined as void}
- className={'string'}
- children={
ReactNode
}
- id={'string'}
- />
- );
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/Toolbar/__tests__/Generated/ToolbarItem.test.tsx b/packages/react-core/src/components/Toolbar/__tests__/Generated/ToolbarItem.test.tsx
deleted file mode 100644
index 1e6e330e6ba..00000000000
--- a/packages/react-core/src/components/Toolbar/__tests__/Generated/ToolbarItem.test.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { ToolbarItem } from '../../ToolbarItem';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('ToolbarItem should match snapshot (auto-generated)', () => {
- const view = render(
- ReactNode}
- />
- );
- expect(view.container).toMatchSnapshot();
-});
diff --git a/packages/react-core/src/components/Toolbar/__tests__/Generated/__snapshots__/Toolbar.test.tsx.snap b/packages/react-core/src/components/Toolbar/__tests__/Generated/__snapshots__/Toolbar.test.tsx.snap
deleted file mode 100644
index c252887820d..00000000000
--- a/packages/react-core/src/components/Toolbar/__tests__/Generated/__snapshots__/Toolbar.test.tsx.snap
+++ /dev/null
@@ -1,25 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`Toolbar should match snapshot (auto-generated) 1`] = `
-
-
-
- ReactNode
-
-
-
-
-
-
-`;
diff --git a/packages/react-core/src/components/Toolbar/__tests__/Generated/__snapshots__/ToolbarItem.test.tsx.snap b/packages/react-core/src/components/Toolbar/__tests__/Generated/__snapshots__/ToolbarItem.test.tsx.snap
deleted file mode 100644
index 52aa8cc0865..00000000000
--- a/packages/react-core/src/components/Toolbar/__tests__/Generated/__snapshots__/ToolbarItem.test.tsx.snap
+++ /dev/null
@@ -1,14 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`ToolbarItem should match snapshot (auto-generated) 1`] = `
-
-
-
- ReactNode
-
-
-
-`;
diff --git a/packages/react-core/src/components/Tooltip/__tests__/Generated/Tooltip.test.tsx b/packages/react-core/src/components/Tooltip/__tests__/Generated/Tooltip.test.tsx
deleted file mode 100644
index 8cfacc52203..00000000000
--- a/packages/react-core/src/components/Tooltip/__tests__/Generated/Tooltip.test.tsx
+++ /dev/null
@@ -1,33 +0,0 @@
-/**
- * This test was generated
- */
-import * as React from 'react';
-import { render } from '@testing-library/react';
-import { Tooltip } from '../../Tooltip';
-// any missing imports can usually be resolved by adding them here
-import {} from '../..';
-
-it('Tooltip should match snapshot (auto-generated)', () => {
- const view = render(
- document.body}
- aria={'describedby'}
- children={