Merge pull request #3483 from keithjgrant/inventory-vars-popout

Inventory vars popout round 2 (codemirror)

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-03-22 20:27:13 +00:00
committed by GitHub
8 changed files with 14 additions and 28 deletions

View File

@@ -159,8 +159,8 @@ module.exports = {
client.click('div[class="CodeMirror-scroll"]');
client.sendKeys('.CodeMirror textarea', client.Keys.ENTER);
client.sendKeys('.CodeMirror textarea', 'ansible_connection: local');
client.click('#host_host_variables_parse_type label[class$="hollow"]');
client.click('#host_host_variables_parse_type label[class$="hollow"]');
client.click('#host_variables_parse_type label[class$="hollow"]');
client.click('#host_variables_parse_type label[class$="hollow"]');
client.expect.element('#host_save_btn').enabled;
client.click('#host_save_btn');