Small update to the node order to reflect workflow changes

This commit is contained in:
John Hill
2018-11-28 15:37:30 -05:00
committed by GitHub
parent d1d97598e2
commit d573a9a346

View File

@@ -183,9 +183,9 @@ module.exports = {
});
checkNodeText('#node-1 text', 'START');
checkNodeText('#node-2 text', data.project.name);
checkNodeText('#node-3 text', data.template.name);
checkNodeText('#node-4 text', data.source.name);
checkNodeText('#node-3 text', data.project.name);
checkNodeText('#node-4 text', data.template.name);
checkNodeText('#node-2 text', data.source.name);
templates.expect.element('@save').visible;
templates.expect.element('@save').enabled;