Skip to content

Commit

Permalink
Test with load test
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Oct 24, 2023
1 parent 9e9cb22 commit da4f70f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,10 @@ public void runStartLoadTest() throws IOException {

log.info("TEMP: " + initiatorXML);

js.executeScript("ace.edit('editorDiv').setValue(\"" + initiatorXML + "\");");
initiatorXML = initiatorXML.replace("\n", "\\n").replace("\"", "\\\"");
log.info("TEMP: post: " + initiatorXML);

aceEditor.sendKeys(initiatorXML.replace(" ", ""));
js.executeScript("ace.edit('editorDiv').setValue(\"" + initiatorXML + "\");");

waitForElementID("saveXmlBtn");
log.info("Saving changes..");
Expand Down

0 comments on commit da4f70f

Please sign in to comment.