@@ -72,7 +72,7 @@ describe('provider/camunda-platform - FormFieldProperty', function() {
72
72
selection . select ( task ) ;
73
73
} ) ;
74
74
75
- const idInput = domQuery ( '#bio-properties-panel-UserTask_1-formField-0-formFieldProperties-property-1 -id' , container ) ;
75
+ const idInput = domQuery ( '#bio-properties-panel-UserTask_1-formField-0-formFieldProperties-property-0 -id' , container ) ;
76
76
const properties = getFormFieldProperties ( task , 0 ) ;
77
77
78
78
// then
@@ -90,7 +90,7 @@ describe('provider/camunda-platform - FormFieldProperty', function() {
90
90
selection . select ( task ) ;
91
91
} ) ;
92
92
93
- const idInput = domQuery ( '#bio-properties-panel-UserTask_1-formField-0-formFieldProperties-property-1 -id' , container ) ;
93
+ const idInput = domQuery ( '#bio-properties-panel-UserTask_1-formField-0-formFieldProperties-property-0 -id' , container ) ;
94
94
const properties = getFormFieldProperties ( task , 0 ) ;
95
95
96
96
// when
@@ -113,7 +113,7 @@ describe('provider/camunda-platform - FormFieldProperty', function() {
113
113
selection . select ( task ) ;
114
114
} ) ;
115
115
116
- const idInput = domQuery ( '#bio-properties-panel-UserTask_1-formField-0-formFieldProperties-property-1 -id' , container ) ;
116
+ const idInput = domQuery ( '#bio-properties-panel-UserTask_1-formField-0-formFieldProperties-property-0 -id' , container ) ;
117
117
118
118
changeInput ( idInput , 'newVal' ) ;
119
119
@@ -140,7 +140,7 @@ describe('provider/camunda-platform - FormFieldProperty', function() {
140
140
selection . select ( task ) ;
141
141
} ) ;
142
142
143
- const valueInput = domQuery ( '#bio-properties-panel-UserTask_1-formField-0-formFieldProperties-property-1 -value' , container ) ;
143
+ const valueInput = domQuery ( '#bio-properties-panel-UserTask_1-formField-0-formFieldProperties-property-0 -value' , container ) ;
144
144
const properties = getFormFieldProperties ( task , 0 ) ;
145
145
146
146
// then
@@ -158,7 +158,7 @@ describe('provider/camunda-platform - FormFieldProperty', function() {
158
158
selection . select ( task ) ;
159
159
} ) ;
160
160
161
- const valueInput = domQuery ( '#bio-properties-panel-UserTask_1-formField-0-formFieldProperties-property-1 -value' , container ) ;
161
+ const valueInput = domQuery ( '#bio-properties-panel-UserTask_1-formField-0-formFieldProperties-property-0 -value' , container ) ;
162
162
const properties = getFormFieldProperties ( task , 0 ) ;
163
163
164
164
// when
@@ -181,7 +181,7 @@ describe('provider/camunda-platform - FormFieldProperty', function() {
181
181
selection . select ( task ) ;
182
182
} ) ;
183
183
184
- const valueInput = domQuery ( '#bio-properties-panel-UserTask_1-formField-0-formFieldProperties-property-1 -value' , container ) ;
184
+ const valueInput = domQuery ( '#bio-properties-panel-UserTask_1-formField-0-formFieldProperties-property-0 -value' , container ) ;
185
185
186
186
changeInput ( valueInput , 'newVal' ) ;
187
187
0 commit comments