CreateImageWizard: alphabetize upload destinations

The upload destinations now display in alphabetical order.
This commit is contained in:
Jacob Kozol 2021-06-02 11:59:38 +02:00 committed by Sanne Raymaekers
parent ebdfbbf57d
commit 93d0fdb6fc
3 changed files with 24 additions and 24 deletions

View file

@ -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')