We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c568300 commit 17f4c4cCopy full SHA for 17f4c4c
test/e2e/terminal.test.ts
@@ -50,7 +50,7 @@ test.describe("Integrated Terminal", () => {
50
await codeServer.focusTerminal()
51
52
await page.waitForLoadState("load")
53
- await page.keyboard.type(`echo '${testString}' > '${tmpFile}'`)
+ await page.keyboard.type(`echo ${testString} > ${tmpFile}`)
54
await page.keyboard.press("Enter")
55
// It may take a second to process
56
await page.waitForTimeout(1000)
0 commit comments