Merge pull request #2822 from ansible/workflow-e2e-update

Small update to the node order to reflect e2e test workflow changes

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot] 2018-11-28 21:08:36 +00:00 committed by GitHub
commit 7f178ef28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;