mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Small update to the node order to reflect workflow changes
This commit is contained in:
parent
d1d97598e2
commit
d573a9a346
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user