mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Added expect that was accidentally removed
This commit is contained in:
@@ -203,6 +203,7 @@ module.exports = {
|
|||||||
|
|
||||||
templates.expect.element(promptHeader).text.contain('COPY');
|
templates.expect.element(promptHeader).text.contain('COPY');
|
||||||
templates.expect.element(promptHeader).text.contain(`${data.workflow.name.toUpperCase()}`);
|
templates.expect.element(promptHeader).text.contain(`${data.workflow.name.toUpperCase()}`);
|
||||||
|
templates.expect.element(promptWarning).text.contain('Unified Job Templates');
|
||||||
templates.expect.element(promptWarning).text.contain(`${data.source.name}`);
|
templates.expect.element(promptWarning).text.contain(`${data.source.name}`);
|
||||||
|
|
||||||
templates.click(promptCancelButton);
|
templates.click(promptCancelButton);
|
||||||
|
|||||||
Reference in New Issue
Block a user