HMS-1492: Change rhc to non-capitalized

Fixes HMS-1492

This changes all occurences of "rhc" and "remote host configuration" from capitalized to lowercase.
In cases where the sentence started with "rhc" this was changed to "remote host configuration" to avoid
starting the sentence with "Rhc".
This commit is contained in:
regexowl 2023-08-29 10:03:55 +02:00 committed by Sanne Raymaekers
parent d67aed929c
commit 90a012d49b
3 changed files with 15 additions and 15 deletions

View file

@ -621,7 +621,7 @@ describe('Step Registration', () => {
);
expect(review).toHaveTextContent('Connect to Red Hat Insights');
expect(review).toHaveTextContent(
'Use remote host configuration (RHC) utility'
'Use remote host configuration (rhc) utility'
);
screen.getAllByText('012345678901');
});
@ -688,7 +688,7 @@ describe('Step Registration', () => {
expect(review).toHaveTextContent('Connect to Red Hat Insights');
screen.getAllByText('012345678901');
expect(review).not.toHaveTextContent(
'Use remote host configuration (RHC) utility'
'Use remote host configuration (rhc) utility'
);
});
@ -756,7 +756,7 @@ describe('Step Registration', () => {
screen.getAllByText('012345678901');
expect(review).not.toHaveTextContent('Connect to Red Hat Insights');
expect(review).not.toHaveTextContent(
'Use remote host configuration (RHC) utility'
'Use remote host configuration (rhc) utility'
);
});
@ -1320,7 +1320,7 @@ describe('Click through all steps', () => {
});
const review = screen.getByTestId('review-registration');
expect(review).toHaveTextContent(
'Use remote host configuration (RHC) utility'
'Use remote host configuration (rhc) utility'
);
const imageDetailsExpandable = await screen.findByTestId(