mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Fix UI tests
This commit is contained in:
parent
c8cf28f266
commit
8a4bffcd50
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user