CreateImageWizard: Add expandable section for azure description

The azure step's descriptive text under the `Authorizing an Azure
account` title text is now expandable. Clicking the title shows or
hides it.
This commit is contained in:
Jacob Kozol 2022-02-25 12:52:37 +01:00 committed by Lucas Garfield
parent 1a6938ef1f
commit f278f049a9
5 changed files with 61 additions and 26 deletions

View file

@ -520,7 +520,6 @@ describe('Step Packages', () => {
// aws step
userEvent.type(screen.getByTestId('aws-account-id'), '012345678901');
screen.getByRole('button', { name: /Next/ }).click();
// skip registration
await screen.findByRole('textbox', {
name: 'Select activation key'