Update ui tests for palette css namespace

This commit is contained in:
Nick O'Leary
2019-04-29 22:41:31 +01:00
parent a2632fdcc8
commit d251a30cb8
3 changed files with 16 additions and 16 deletions

View File

@@ -102,7 +102,7 @@ module.exports = {
});
});
browser.url(url);
browser.waitForExist('#palette_node_inject');
browser.waitForExist('#red-ui-palette-node_inject');
} catch (err) {
console.log(err);
throw err;