Skip to content

Commit

Permalink
Solved bug #21902
Browse files Browse the repository at this point in the history
  • Loading branch information
madhurima authored and iroshni committed May 1, 2017
1 parent 1f3b75d commit 05226c6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ export class CreateTestHeaderComponent implements OnInit {
testName = this.testDetails.testName;
this.isTestNameExist = false;
}
else if (this.editedTestName)
this.testDetails.testName = this.editedTestName;
else
this.testDetails.testName = this.testNameReference;
}
Expand Down

0 comments on commit 05226c6

Please sign in to comment.