You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by pa...@apache.org on 2006/11/28 06:26:21 UTC

svn commit: r479908 - /myfaces/tomahawk/trunk/examples/simple/src/test/selenium/Tree2NoNavTest.html

Author: paulsp
Date: Mon Nov 27 21:26:20 2006
New Revision: 479908

URL: http://svn.apache.org/viewvc?view=rev&rev=479908
Log:
o Fixed xpath so test now run in IE

Modified:
    myfaces/tomahawk/trunk/examples/simple/src/test/selenium/Tree2NoNavTest.html

Modified: myfaces/tomahawk/trunk/examples/simple/src/test/selenium/Tree2NoNavTest.html
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/test/selenium/Tree2NoNavTest.html?view=diff&rev=479908&r1=479907&r2=479908
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/test/selenium/Tree2NoNavTest.html (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/test/selenium/Tree2NoNavTest.html Mon Nov 27 21:26:20 2006
@@ -42,10 +42,9 @@
 	<td></td>
 </tr>
 <!--Use xpath to verify the text on the first node.-->
-<!--This works in Firefox, but not in IE.-->
 <tr>
 	<td>assertText</td>
-	<td>//html/body/form/span/table[3]/tbody/tr/td[3]/span</td>
+	<td>//form/span/table[3]/tbody/tr/td[3]/span</td>
 	<td>Requires Foo</td>
 </tr>
 <!--Verify the folder icon for 'Requires Foo Reviewer'-->
@@ -78,6 +77,7 @@
 	<td>//a[@id='_idJsp0:serverTree:0:0:5:_idJsp15']</td>
 	<td></td>
 </tr>
+
 </tbody></table>
 </body>
 </html>