mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fixed UI test problems caused by timing
This commit is contained in:
@@ -75,7 +75,6 @@ module.exports = {
|
||||
var flowFilename = getFlowFilename();
|
||||
browser.windowHandleMaximize();
|
||||
browser.call(function () {
|
||||
// return when.promise(function(resolve, reject) {
|
||||
return new Promise(function(resolve, reject) {
|
||||
cleanup(flowFilename);
|
||||
app.use("/",express.static("public"));
|
||||
|
Reference in New Issue
Block a user