[KSS-checkins] r40345 - kukit/kss.demo/trunk/kss/demo/tests/selenium_tests
gotcha at codespeak.net
gotcha at codespeak.net
Mon Mar 12 15:06:51 CET 2007
Author: gotcha
Date: Mon Mar 12 15:06:50 2007
New Revision: 40345
Modified:
kukit/kss.demo/trunk/kss/demo/tests/selenium_tests/urlparam.html
Log:
do not use verify methods of Selenium API; they are not supported by Selenium
RC Python implementation
Modified: kukit/kss.demo/trunk/kss/demo/tests/selenium_tests/urlparam.html
==============================================================================
--- kukit/kss.demo/trunk/kss/demo/tests/selenium_tests/urlparam.html (original)
+++ kukit/kss.demo/trunk/kss/demo/tests/selenium_tests/urlparam.html Mon Mar 12 15:06:50 2007
@@ -29,7 +29,7 @@
<td></td>
</tr>
<tr>
- <td>verifyTextPresent</td>
+ <td>assertTextPresent</td>
<td>Method 1 called</td>
<td></td>
</tr>
@@ -44,7 +44,7 @@
<td></td>
</tr>
<tr>
- <td>verifyTextPresent</td>
+ <td>assertTextPresent</td>
<td>Method 2 called</td>
<td></td>
</tr>
@@ -59,7 +59,7 @@
<td></td>
</tr>
<tr>
- <td>verifyTextPresent</td>
+ <td>assertTextPresent</td>
<td>Method 3 called</td>
<td></td>
</tr>
More information about the Kukit-checkins
mailing list