Author: mgencur(a)redhat.com
Date: 2009-10-15 03:03:09 -0400 (Thu, 15 Oct 2009)
New Revision: 11587
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 messages
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-15
07:02:11 UTC (rev 11586)
+++
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-15
07:03:09 UTC (rev 11587)
@@ -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);