Commit a286a178 authored by Sam Saccone's avatar Sam Saccone

[tests] Add a wait duration for memory list test

parent 7a9b5441
......@@ -71,7 +71,7 @@ list.forEach(function (framework) {
.then(function () {
return true;
});
});
}, 10000);
driver.findElement(drool.webdriver.By.css('.destroy')).click();
}.bind(null, framework.name),
......
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