Skip to content

Commit

Permalink
Update how initiator is loaded into aceeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Oct 24, 2023
1 parent 2157d22 commit 92f22c6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ public void runStartInitiatorTest() throws IOException {
"",
"");

aceEditor.sendKeys(initiatorXML.replace(" ", ""));
//aceEditor.sendKeys(initiatorXML.replace(" ", ""));
//lets try and use the aceEditor api functions here and see if that solves it
js.executeScript("ace.edit('editorDiv').setValue(" + initiatorXML.replace(" ", "") + ");");
log.info("TEMP: " + initiatorXML);
waitForElementID("saveXmlBtn");
log.info("Saving changes..");
Expand Down

0 comments on commit 92f22c6

Please sign in to comment.