mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Fix UI tests
This commit is contained in:
@@ -94,7 +94,7 @@ describe('<MiscSystemDetail />', () => {
|
|||||||
'Automation Analytics upload URL',
|
'Automation Analytics upload URL',
|
||||||
'https://example.com'
|
'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, 'Enable HTTP Basic Auth', 'On');
|
||||||
assertDetail(wrapper, 'Gather data for Automation Analytics', 'Off');
|
assertDetail(wrapper, 'Gather data for Automation Analytics', 'Off');
|
||||||
assertDetail(wrapper, 'Idle Time Force Log Out', '30000000000 seconds');
|
assertDetail(wrapper, 'Idle Time Force Log Out', '30000000000 seconds');
|
||||||
|
|||||||
@@ -46,8 +46,8 @@ function AnalyticsStep({ i18n }) {
|
|||||||
<p>
|
<p>
|
||||||
<Trans>
|
<Trans>
|
||||||
By default, we collect and transmit analytics data on the serice usage
|
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
|
to Red Hat. There are two categories of data collected by the service.
|
||||||
more information, see{' '}
|
For more information, see{' '}
|
||||||
<Button
|
<Button
|
||||||
component="a"
|
component="a"
|
||||||
href={`${getDocsBaseUrl(
|
href={`${getDocsBaseUrl(
|
||||||
|
|||||||
Reference in New Issue
Block a user