mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
update e2e test for codemirror change
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user