Skip to content

Commit

Permalink
fix in testdataProfileId
Browse files Browse the repository at this point in the history
  • Loading branch information
RagulSelvaraj committed Mar 7, 2023
1 parent aaeb6d4 commit 5098241
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ export class ActionStepFormComponent extends BaseComponent implements OnInit {
this.assignDataValue(this.getDataTypeString(TestDataType.parameter, data));
}
else if( typeof(data)==="object" ){
if(this.testStep.type===TestStepType.FOR_LOOP)
if(this.testStep.parentStep.conditionType===TestStepConditionType.LOOP_FOR)
this.testStep.testDataProfileStepId = data?.testDataProfileStepId;
this.assignDataValue(this.getDataTypeString(TestDataType.parameter, data?.suggestion));
}
Expand Down

0 comments on commit 5098241

Please sign in to comment.