Completed
Last Updated: 03 Apr 2023 21:06 by ADMIN
ADMIN
Mario
Created on: 19 Nov 2013 16:48
Type: Bug Report
1
When using textcontent with a non-breaking space (' ') within the find logic of an element Test Studio will fail to locate it on playback
Consider the example element below:
<span>Telerik&nbsp;Test&nbsp;Studio</span>
 
This logic will locate the element:
tagname=span,textcontent=~Telerik
 
This will not and cause it to time out and fail:
tagname=span,textcontent=~Telerik&nbsp;Test&nbsp;Studio

This will pass if logic was recorded as such by default, but fail if the space characters were manually typed out
tagname=span,textcontent=~Telerik Test Studio
1 comment
Daniel
Posted on: 21 Nov 2013 13:55
Similar issue regarding non-breaking space: http://feedback.telerik.com/Project/117/Feedback/Details/63604-data-driven-drop-down-selection-written-in-code-fails-to-choose-available-option

Hopefully it is resolved soon.  Thanks for bringing the issue into the light.