File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
code-export-java-junit/src Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -169,11 +169,6 @@ function emitWaitForWindow() {
169169}
170170
171171async function emitNewWindowHandling ( command , emittedCommand ) {
172- // TODO: add waitForWindow method to global emitting
173- // TODO: fix interpolation bug
174- // TODO: e2e test
175- // TODO: test with a command that emits an object instead of a string
176- // TODO: port to code-export-python-pytest
177172 return Promise . resolve (
178173 `vars.put("window_handles", driver.getWindowHandles());\n${ await emittedCommand } \nvars.put("${
179174 command . windowHandleName
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ export function emitCommand(
2626 emitter ,
2727 { variableLookup, emitNewWindowHandling }
2828) {
29- // TODO: disabled commands --> test?
3029 if ( emitter ) {
3130 let result = emitter (
3231 preprocessParameter (
You can’t perform that action at this time.
0 commit comments