diff --git a/src/Components/CreateImageWizard/WizardStepReview.js b/src/Components/CreateImageWizard/WizardStepReview.js index 5a819646..124cb79b 100644 --- a/src/Components/CreateImageWizard/WizardStepReview.js +++ b/src/Components/CreateImageWizard/WizardStepReview.js @@ -108,7 +108,7 @@ class WizardStepReview extends Component { Review the information and click the Create button - to create the image using the following criteria. + to create your image using the following criteria. Image output diff --git a/src/test/Components/CreateImageWizard/CreateImageWizard.test.js b/src/test/Components/CreateImageWizard/CreateImageWizard.test.js index 889e47ae..63dcb748 100644 --- a/src/test/Components/CreateImageWizard/CreateImageWizard.test.js +++ b/src/test/Components/CreateImageWizard/CreateImageWizard.test.js @@ -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');