[seam-commits] Seam SVN: r11592 - branches/community/Seam_2_2/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:02:10 EDT 2009
Author: mgencur at redhat.com
Date: 2009-10-16 07:02:09 -0400 (Fri, 16 Oct 2009)
New Revision: 11592
Modified:
branches/community/Seam_2_2/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/community/Seam_2_2/src/test/ftest/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/test/selenium/SeleniumChatroomTest.java
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/test/selenium/SeleniumChatroomTest.java 2009-10-16 08:10:41 UTC (rev 11591)
+++ branches/community/Seam_2_2/src/test/ftest/examples/remoting/chatroom/src/org/jboss/seam/example/remoting/chatroom/test/selenium/SeleniumChatroomTest.java 2009-10-16 11:02:09 UTC (rev 11592)
@@ -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