CreateImageWizard: alphabetize upload destinations
The upload destinations now display in alphabetical order.
This commit is contained in:
parent
ebdfbbf57d
commit
93d0fdb6fc
3 changed files with 24 additions and 24 deletions
|
|
@ -455,14 +455,14 @@ describe('Click through all steps', () => {
|
|||
userEvent.type(screen.getByTestId('aws-account-id'), '012345678901');
|
||||
next.click();
|
||||
|
||||
userEvent.type(screen.getByTestId('input-google-user'), 'test@test.com');
|
||||
next.click();
|
||||
|
||||
userEvent.type(screen.getByTestId('azure-tenant-id'), 'testTenant');
|
||||
userEvent.type(screen.getByTestId('azure-subscription-id'), 'testSubscriptionId');
|
||||
userEvent.type(screen.getByTestId('azure-resource-group'), 'testResourceGroup');
|
||||
next.click();
|
||||
|
||||
userEvent.type(screen.getByTestId('input-google-user'), 'test@test.com');
|
||||
next.click();
|
||||
|
||||
// registration
|
||||
screen
|
||||
.getByLabelText('Embed an activation key and register systems on first boot')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue