Skip to content

Commit b66651b

Browse files
author
David Haeffner
committed
Removed lingering TODO comments
1 parent 8081c34 commit b66651b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

packages/code-export-java-junit/src/command.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,6 @@ function emitWaitForWindow() {
169169
}
170170

171171
async 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

packages/code-export-utils/src/emit.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)