mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
Fix UI tests
This commit is contained in:
@@ -94,7 +94,7 @@ describe('<MiscSystemDetail />', () => {
|
||||
'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');
|
||||
|
||||
@@ -46,8 +46,8 @@ function AnalyticsStep({ i18n }) {
|
||||
<p>
|
||||
<Trans>
|
||||
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{' '}
|
||||
<Button
|
||||
component="a"
|
||||
href={`${getDocsBaseUrl(
|
||||
|
||||
Reference in New Issue
Block a user