1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 06:51:10 +03:00

Added expect that was accidentally removed

This commit is contained in:
mabashian 2018-08-07 16:01:08 -04:00
parent 7f6ab4f60b
commit 0a78bdcf28

View File

@ -203,6 +203,7 @@ module.exports = {
templates.expect.element(promptHeader).text.contain('COPY');
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.click(promptCancelButton);