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:
parent
1a6938ef1f
commit
f278f049a9
5 changed files with 61 additions and 26 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue