Fix failing tests

DDF requires a bit altered tests to click trough the wizard so the tests won't fail
This commit is contained in:
Karel Hala 2021-06-09 20:15:49 +02:00 committed by Sanne Raymaekers
parent 9bf30059f6
commit a67e014dbe
8 changed files with 151 additions and 102 deletions

View file

@ -48,6 +48,7 @@ export default {
{
component: componentTypes.TEXT_FIELD,
name: 'azure-tenant-id',
'data-testid': 'azure-tenant-id',
type: 'text',
label: 'Tenant ID',
isRequired: true,
@ -60,6 +61,7 @@ export default {
{
component: componentTypes.TEXT_FIELD,
name: 'azure-subscription-id',
'data-testid': 'azure-subscription-id',
type: 'text',
label: 'Subscription ID',
isRequired: true,
@ -72,6 +74,7 @@ export default {
{
component: componentTypes.TEXT_FIELD,
name: 'azure-resource-group',
'data-testid': 'azure-resource-group',
type: 'text',
label: 'Resource group',
isRequired: true,