[seam-commits] Seam SVN: r11594 - branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/test/selenium.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Oct 16 07:04:40 EDT 2009


Author: mgencur at redhat.com
Date: 2009-10-16 07:04:40 -0400 (Fri, 16 Oct 2009)
New Revision: 11594

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/test/selenium/SeleniumChatroomTest.java
Log:
modified check of person connected

Modified: branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/test/selenium/SeleniumChatroomTest.java
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/test/selenium/SeleniumChatroomTest.java	2009-10-16 11:03:31 UTC (rev 11593)
+++ branches/enterprise/JBPAPP_4_3_FP01/src/test/ftest/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/test/selenium/SeleniumChatroomTest.java	2009-10-16 11:04:40 UTC (rev 11594)
@@ -105,7 +105,7 @@
    }
    
    public void verifyConnecting(){
-      browser.waitForElement(MARTIN_CONNECTED, timeout);
+      //browser.waitForElement(MARTIN_CONNECTED, timeout);
       browser.waitForElement(MARTIN_LISTED, timeout);      
       browser2.type(NAME_INPUT, NAME2);
       browser2.click(CONNECT_BUTTON);



More information about the seam-commits mailing list