Skip to content

Commit 5098241

Browse files
committed
fix in testdataProfileId
1 parent aaeb6d4 commit 5098241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/components/webcomponents/action-step-form.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2046,7 +2046,7 @@ export class ActionStepFormComponent extends BaseComponent implements OnInit {
20462046
this.assignDataValue(this.getDataTypeString(TestDataType.parameter, data));
20472047
}
20482048
else if( typeof(data)==="object" ){
2049-
if(this.testStep.type===TestStepType.FOR_LOOP)
2049+
if(this.testStep.parentStep.conditionType===TestStepConditionType.LOOP_FOR)
20502050
this.testStep.testDataProfileStepId = data?.testDataProfileStepId;
20512051
this.assignDataValue(this.getDataTypeString(TestDataType.parameter, data?.suggestion));
20522052
}

0 commit comments

Comments
 (0)