diff --git a/awx/ui/test/e2e/tests/test-templates-list-actions.js b/awx/ui/test/e2e/tests/test-templates-list-actions.js index fbebe75d94..d1e727e2b8 100644 --- a/awx/ui/test/e2e/tests/test-templates-list-actions.js +++ b/awx/ui/test/e2e/tests/test-templates-list-actions.js @@ -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;