Update UI tests for new editor css

This commit is contained in:
Nick O'Leary
2019-06-11 17:11:52 +01:00
parent ea0526f29a
commit 8cf5ec9e5a
3 changed files with 17 additions and 18 deletions

View File

@@ -77,7 +77,6 @@ module.exports = {
browser.call(function () {
return new Promise(function(resolve, reject) {
cleanup(flowFilename);
app.use("/",express.static("public"));
server = http.createServer(app);
var settings = {
httpAdminRoot: "/",
@@ -102,7 +101,7 @@ module.exports = {
});
});
browser.url(url);
browser.waitForExist('#red-ui-palette-node_inject');
browser.waitForExist(".red-ui-palette-node[data-palette-type='inject']")
} catch (err) {
console.log(err);
throw err;