Thanks for your advise Igor. I will change that test. Regards François 2011/7/2 Igor Drobiazko <igor.drobia...@gmail.com>: > It's highly likely that this wait condition will break the build once the > build machine is busy. You should make use of Selenium's wait conditions. > Check out the wait methods like waitForElementToAppear, etc. > > On Sat, Jul 2, 2011 at 12:14 PM, <ffa...@apache.org> wrote: >> >> + >> + >> + private void checkZoneValues(String zone, int times) throws Exception >> + { >> + Thread.sleep(300); >> + for(int i = 0; i < times; ++i) >> + { >> + assertText(zone, String.valueOf(i)); >> + Thread.sleep(1000); >> + } >> + } >> + >> +} > > > > -- > Best regards, > > Igor Drobiazko > http://tapestry5.de >
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org For additional commands, e-mail: dev-h...@tapestry.apache.org