Here's my scenario. I have a data-driven test that is comparing some text fields to values in the spreadsheet. For one field and one iteration, it always fails but the data and the text on the field matches. Here is the log for the exception.
ArtOfTest.Common.Design.Exceptions.VerificationException: Content.TextContent of 'CphContentTabsPropOneTabpanDeedsRptDocsLblDocumentNoSpan' does not match!
Match Type: 'Same'
Expected Result: '571871'
Value at time of failure: '571851'
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
As you can see, the expected value and the value at time of failure are both '571871'. Am I missing something here?
My Product Version is 2016.3.928.0