CreateImageWizard: use your image instead of the image

This commit is contained in:
Jacob Kozol 2021-05-27 14:14:03 +02:00 committed by Sanne Raymaekers
parent d45ee17aca
commit 0e5ec4fb7e
2 changed files with 5 additions and 5 deletions

View file

@ -108,7 +108,7 @@ class WizardStepReview extends Component {
<TextContent>
<Text component={ TextVariants.small }>
Review the information and click the Create button
to create the image using the following criteria.
to create your image using the following criteria.
</Text>
<Text component={ TextVariants.h3 }>Image output</Text>
<TextList component={ TextListVariants.dl } data-testid='review-image-output'>

View file

@ -373,7 +373,7 @@ describe('Step Packages', () => {
const [ next, , ] = verifyButtons();
next.click();
screen.getByText('Review the information and click the Create button to create the image using the following criteria.');
screen.getByText('Review the information and click the Create button to create your image using the following criteria.');
});
test('clicking Back loads Register', () => {
@ -500,7 +500,7 @@ describe('Click through all steps', () => {
// review
await screen.
findByText('Review the information and click the Create button to create the image using the following criteria.');
findByText('Review the information and click the Create button to create your image using the following criteria.');
const main = screen.getByRole('main', { name: 'Create image' });
within(main).getByText('Amazon Web Services');
within(main).getByText('Google Cloud Platform');
@ -630,7 +630,7 @@ describe('Click through all steps', () => {
reviewStep.click();
await screen.
findByText('Review the information and click the Create button to create the image using the following criteria.');
findByText('Review the information and click the Create button to create your image using the following criteria.');
const main = screen.getByRole('main', { name: 'Create image' });
within(main).getByText('Amazon Web Services');
await screen.findByText('Register the system on first boot');
@ -665,7 +665,7 @@ describe('Click through all steps', () => {
reviewStep.click();
await screen.
findByText('Review the information and click the Create button to create the image using the following criteria.');
findByText('Review the information and click the Create button to create your image using the following criteria.');
const main = screen.getByRole('main', { name: 'Create image' });
within(main).getByText('Amazon Web Services');
await screen.findByText('Register the system on first boot');