update e2e test for codemirror change

This commit is contained in:
Keith Grant
2019-03-22 11:30:31 -04:00
parent 7476fefd65
commit e96e1e925c
2 changed files with 3 additions and 3 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');