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:
parent
9bf30059f6
commit
a67e014dbe
8 changed files with 151 additions and 102 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue