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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Jan 25 07:23:55 EST 2010


Author: jharting
Date: 2010-01-25 07:23:54 -0500 (Mon, 25 Jan 2010)
New Revision: 11988

Modified:
   branches/community/Seam_2_2/src/test/ftest/examples/dvdstore/src/org/jboss/seam/example/dvd/test/selenium/SeleniumDvdTest.java
Log:
Minor change in dvdstore functional test.

Modified: branches/community/Seam_2_2/src/test/ftest/examples/dvdstore/src/org/jboss/seam/example/dvd/test/selenium/SeleniumDvdTest.java
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/dvdstore/src/org/jboss/seam/example/dvd/test/selenium/SeleniumDvdTest.java	2010-01-24 02:06:41 UTC (rev 11987)
+++ branches/community/Seam_2_2/src/test/ftest/examples/dvdstore/src/org/jboss/seam/example/dvd/test/selenium/SeleniumDvdTest.java	2010-01-25 12:23:54 UTC (rev 11988)
@@ -55,7 +55,7 @@
             public boolean until() {
                 return browser.isElementPresent(getProperty("LOGIN_SUBMIT"));
             }
-        }.wait("Login page not loaded.");
+        }.wait("Login page not loaded.", Long.valueOf(TIMEOUT));
         if (isLoggedIn(browser)) {
             fail("User already logged in.");
         }



More information about the seam-commits mailing list