diff --git a/awx/ui_next/src/components/About/About.test.jsx b/awx/ui_next/src/components/About/About.test.jsx
index faf52207b8..caed85e454 100644
--- a/awx/ui_next/src/components/About/About.test.jsx
+++ b/awx/ui_next/src/components/About/About.test.jsx
@@ -14,7 +14,6 @@ describe('', () => {
test('close button calls onClose handler', () => {
aboutWrapper = mountWithContexts();
- console.log(aboutWrapper.debug());
closeButton = aboutWrapper.find('AboutModalBoxCloseButton Button');
closeButton.simulate('click');
expect(onClose).toBeCalled();
diff --git a/awx/ui_next/src/screens/Credential/shared/TypeInputsSubForm.jsx b/awx/ui_next/src/screens/Credential/shared/TypeInputsSubForm.jsx
index d05e27d16e..6ac88761f8 100644
--- a/awx/ui_next/src/screens/Credential/shared/TypeInputsSubForm.jsx
+++ b/awx/ui_next/src/screens/Credential/shared/TypeInputsSubForm.jsx
@@ -21,7 +21,7 @@ function TypeInputsSubForm({ credentialType, i18n }) {
);
return (
- {i18n._(t`Type Details`)}
+ {i18n._(t`Type Details`)}
{credentialType.namespace === 'gce' && }
{stringFields.map(fieldOptions =>
diff --git a/awx/ui_next/src/screens/Project/Project.test.jsx b/awx/ui_next/src/screens/Project/Project.test.jsx
index 585480d9ef..7d8080e8a9 100644
--- a/awx/ui_next/src/screens/Project/Project.test.jsx
+++ b/awx/ui_next/src/screens/Project/Project.test.jsx
@@ -41,7 +41,6 @@ describe('', () => {
const wrapper = mountWithContexts(
{}} me={mockMe} />
);
- console.log(wrapper.find('.pf-c-tabs__item').length);
const tabs = await waitForElement(
wrapper,
'.pf-c-tabs__item',
@@ -63,7 +62,6 @@ describe('', () => {
const wrapper = mountWithContexts(
{}} me={mockMe} />
);
- console.log(wrapper.find('.pf-c-tabs__item').length);
const tabs = await waitForElement(
wrapper,
'.pf-c-tabs__item',
@@ -107,7 +105,6 @@ describe('', () => {
const wrapper = mountWithContexts(
{}} me={mockMe} />
);
- console.log(wrapper.find('.pf-c-tabs__item').length);
const tabs = await waitForElement(
wrapper,
'.pf-c-tabs__item',