From 8a4bffcd5065b9f88cad146114be6ef7ceecee78 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 27 Apr 2021 14:28:22 -0400 Subject: [PATCH] Fix UI tests --- .../MiscSystem/MiscSystemDetail/MiscSystemDetail.test.jsx | 2 +- .../Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/ui_next/src/screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.test.jsx b/awx/ui_next/src/screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.test.jsx index 30a6bf90cc..bbcc4a6d67 100644 --- a/awx/ui_next/src/screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.test.jsx +++ b/awx/ui_next/src/screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.test.jsx @@ -94,7 +94,7 @@ describe('', () => { 'Automation Analytics upload URL', 'https://example.com' ); - assertDetail(wrapper, 'Base URL of the service', 'https://awxhost'); + assertDetail(wrapper, 'Base URL of the service', 'https://towerhost'); assertDetail(wrapper, 'Enable HTTP Basic Auth', 'On'); assertDetail(wrapper, 'Gather data for Automation Analytics', 'Off'); assertDetail(wrapper, 'Idle Time Force Log Out', '30000000000 seconds'); diff --git a/awx/ui_next/src/screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx b/awx/ui_next/src/screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx index 5e529282eb..ffe27a9a4e 100644 --- a/awx/ui_next/src/screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx +++ b/awx/ui_next/src/screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx @@ -46,8 +46,8 @@ function AnalyticsStep({ i18n }) {

By default, we collect and transmit analytics data on the serice usage - to Red Hat. There are two categories of data collected by the service. For - more information, see{' '} + to Red Hat. There are two categories of data collected by the service. + For more information, see{' '}