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