Author: lfryc(a)redhat.com
Date: 2010-01-15 07:12:19 -0500 (Fri, 15 Jan 2010)
New Revision: 16303
Modified:
branches/sandbox/rf-demo-ftest-iexplore/src/test/java/org/jboss/richfaces/integrationTest/RichfacesSelenium.java
Log:
- RichFacesSelenium - added no delay before first doAjax()
Modified:
branches/sandbox/rf-demo-ftest-iexplore/src/test/java/org/jboss/richfaces/integrationTest/RichfacesSelenium.java
===================================================================
---
branches/sandbox/rf-demo-ftest-iexplore/src/test/java/org/jboss/richfaces/integrationTest/RichfacesSelenium.java 2010-01-15
12:07:59 UTC (rev 16302)
+++
branches/sandbox/rf-demo-ftest-iexplore/src/test/java/org/jboss/richfaces/integrationTest/RichfacesSelenium.java 2010-01-15
12:12:19 UTC (rev 16303)
@@ -43,7 +43,7 @@
final AssertionError fail = new AssertionError("Fails with Permission denied when
trying to execute jQuery");
final T start = null;
- return
Wait.timeout(Wait.DEFAULT_TIMEOUT).interval(1000).failWith(fail).waitForChangeAndReturn(start,
+ return
Wait.noDelay().timeout(Wait.DEFAULT_TIMEOUT).interval(1000).failWith(fail).waitForChangeAndReturn(start,
new Retrieve<T>() {
boolean exceptionLogged = false;
Show replies by date