Commit 5267cba7 authored by Sam Saccone's avatar Sam Saccone

[tests] catch when isDisplayed fails.

parent a286a178
......@@ -59,6 +59,8 @@ list.forEach(function (framework) {
return driver.findElement(drool.webdriver.By.css(listSelector(name))).isDisplayed()
.then(function () {
return true;
}).thenCatch(function () {
return false;
});
});
}, 10000);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment