this is a test
{"ScriptPreparationCode":"const testSubject = document.getElementById(\u0022#testSubject\u0022);","TestCases":[{"Name":"innerText","Code":"testSubject.innerText = \u0022that is another test\u0022;","IsDeferred":false},{"Name":"textContent","Code":"testSubject.textContent = \u0022that is another test\u0022;","IsDeferred":false}]}