Author: dsvyatobatsko
Date: 2008-08-14 05:31:37 -0400 (Thu, 14 Aug 2008)
New Revision: 10087
Modified:
trunk/test-applications/seleniumTest/src/main/webapp/pages/inplaceInput/inplaceInputTest.xhtml
trunk/test-applications/seleniumTest/src/test/java/org/richfaces/testng/InplaceInputTest.java
Log:
InplaceInputTest fixed; see
http://jira.openqa.org/browse/SRC-385
Modified:
trunk/test-applications/seleniumTest/src/main/webapp/pages/inplaceInput/inplaceInputTest.xhtml
===================================================================
(Binary files differ)
Modified:
trunk/test-applications/seleniumTest/src/test/java/org/richfaces/testng/InplaceInputTest.java
===================================================================
---
trunk/test-applications/seleniumTest/src/test/java/org/richfaces/testng/InplaceInputTest.java 2008-08-14
08:47:25 UTC (rev 10086)
+++
trunk/test-applications/seleniumTest/src/test/java/org/richfaces/testng/InplaceInputTest.java 2008-08-14
09:31:37 UTC (rev 10087)
@@ -127,7 +127,7 @@
writeStatus("Double-click the second component again and type a new
text");
selenium.doubleClick(inplaceInputD);
- type(inplaceInputDInput, "Sky");
+ type(inplaceInputDInput, "Moon");
writeStatus("Stop editing with cancel. The input has not to be
saved");
selenium.mouseDown(inplaceInputDCancel);