ATF : How can a text field having a line break be tested using the Field Values Validation Test Step?Issue Unable to use text with line break for the 'Field Values Validation' step.How can a text field having a line break be tested using the Field Values Validation test ? Steps to Reproduce: 1.Create a new ATF test2.Add a test step to Navigate to the change module to create a new Change Request.3.Add a test step Form > Set Field Values > to set the Description field to "this is a testwith a line break in it" NOTE: Description should have a line break i.e. this is a testwith a line break in it" 4. Add a test step Form > Field Values Validation > Choose Description field is Value="this is a testwith a line break in it" Unable to use the text value in Step 3, the line break has been removed. Therefore , running the ATF test will result in: FAILURE: The form did not match the condition.Description = This is a test with a line break in itReleaseAny releaseCauseIssue is related to PRB1309185-Filter.checkRecord throws an error if the filter has a newline character , however this has been closed as won't fix.ResolutionVia the Field Values Validation ATF Step , use the following condition with an AND operator: Description starts with This is a testDescription ends with with a line break in it This should result in : SuccessThe form correctly matched the condition. Validate that the form matches the following condition: Description starts with This is a test and Description ends with with a line break in it With a failure timeout of 5 Seconds