[seam-commits] Seam SVN: r13247 - branches/community/Seam_2_2/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jun 18 09:27:32 EDT 2010


Author: mgencur at redhat.com
Date: 2010-06-18 09:27:31 -0400 (Fri, 18 Jun 2010)
New Revision: 13247

Modified:
   branches/community/Seam_2_2/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium/NestedConversationTest.java
Log:
JBSEAM-4645, minor change

Modified: branches/community/Seam_2_2/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium/NestedConversationTest.java
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium/NestedConversationTest.java	2010-06-18 13:25:03 UTC (rev 13246)
+++ branches/community/Seam_2_2/src/test/ftest/examples/nestedbooking/src/org/jboss/seam/example/nestedbooking/test/selenium/NestedConversationTest.java	2010-06-18 13:27:31 UTC (rev 13247)
@@ -101,7 +101,7 @@
    
    public void login(String username, String password) 
    {
-      browser.waitForPageToLoad(TIMEOUT);
+      //browser.waitForPageToLoad(TIMEOUT);
       browser.type(getProperty("LOGIN_USERNAME_FIELD"), username);
       browser.type(getProperty("LOGIN_PASSWORD_FIELD"), password);
       browser.click(getProperty("LOGIN_SUBMIT"));



More information about the seam-commits mailing list