IDEMPIERE-92 Implement Selenium testing framework. Fixed "org.openqa.selenium.remote.ErrorHandler$UnknownServerException: Element is no longer attached to the DOM"
This commit is contained in:
parent
82e8e4a65b
commit
7107061336
|
@ -55,7 +55,7 @@ public class ZkFixture extends SpiderFixture {
|
|||
}
|
||||
}
|
||||
|
||||
ensureBecomes(new PollForWithError() {
|
||||
ensureMatchesNoException(new PollForWithError() {
|
||||
@Override
|
||||
public boolean matches() {
|
||||
//search again to avoid StaleElementReferenceException
|
||||
|
|
Loading…
Reference in New Issue