[seam-commits] Seam SVN: r11586 - branches/enterprise/JBPAPP_5_0/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
Thu Oct 15 03:02:11 EDT 2009


Author: mgencur at redhat.com
Date: 2009-10-15 03:02:11 -0400 (Thu, 15 Oct 2009)
New Revision: 11586

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

Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/test/selenium/SeleniumChatroomTest.java
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/test/selenium/SeleniumChatroomTest.java	2009-10-15 06:59:36 UTC (rev 11585)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/test/selenium/SeleniumChatroomTest.java	2009-10-15 07:02:11 UTC (rev 11586)
@@ -109,7 +109,6 @@
       browser.waitForElement(MARTIN_LISTED, timeout);      
       browser2.type(NAME_INPUT, NAME2);
       browser2.click(CONNECT_BUTTON);
-      browser2.waitForElement(JOZEF_CONNECTED, timeout);
       browser2.waitForElement(JOZEF_LISTED, timeout);
       browser2.waitForElement(MARTIN_LISTED, timeout);
       browser.waitForElement(JOZEF_CONNECTED, timeout);



More information about the seam-commits mailing list