There is no this ticket in jira on openqa.org. Have I report it once again?

Alexander Dvoretskiy (JIRA) wrote:
     [ http://jira.public.thoughtworks.org/browse/SEL-165?page=all ]

Alexander Dvoretskiy updated SEL-165:
-------------------------------------

    Attachment: nbspInXPath.patch

The patch that solves the problem is attached. It is tested in IE 6, Firefox 1.0.7, Safari  1.3.1 and Konquer 3.4.2

  
in firefox _real_ xpath locators fail finding elements with text()=[string] when [string] contains  
---------------------------------------------------------------------------------------------------------

         Key: SEL-165
         URL: http://jira.public.thoughtworks.org/browse/SEL-165
     Project: Selenium
        Type: Bug
    Versions: 0.6
 Environment: firefox 1.0.7
    Reporter: Alexander Dvoretskiy
 Attachments: nbspInXPath.patch

Original Estimate: 2 hours
        Remaining: 2 hours

In Firefox _real_ (not emulated by Selenium) XPath locators fail finding elements with text()=[string] when [string] contains  
I added such command to tests/TestXPathLocators.html
+    <tr>
+      <td>verifyElementPresent</td>
+      <td>xpath=//[EMAIL PROTECTED]"id2" and text()="this is the&nbsp;second element"]</td>
+      <td>&nbsp;</td>
+    </tr>
and test failed
    

  

_______________________________________________
Selenium-devel mailing list
Selenium-devel@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel

Reply via email to