Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
Release 6.0.4
-
None
Description
When generating a QRcode within a IF block its value is wrong. Its content is the instruction itself.
Code used to reproduce:
Out if: ${qrcode(‘%{‘${Key}’.substring(0,2)}’)} #{if (%{'${IssueTypeName}'.equals('Test Execution')})} ${Key} Inside if: ${qrcode(‘%{‘${Key}’.substring(0,2)}’)} #{end}