未验证 提交 17f4c4c3 编写于 作者: J Joe Previte

fix(e2e): remove quotes from terminal type command

上级 c5683002
...@@ -50,7 +50,7 @@ test.describe("Integrated Terminal", () => { ...@@ -50,7 +50,7 @@ test.describe("Integrated Terminal", () => {
await codeServer.focusTerminal() await codeServer.focusTerminal()
await page.waitForLoadState("load") await page.waitForLoadState("load")
await page.keyboard.type(`echo '${testString}' > '${tmpFile}'`) await page.keyboard.type(`echo ${testString} > ${tmpFile}`)
await page.keyboard.press("Enter") await page.keyboard.press("Enter")
// It may take a second to process // It may take a second to process
await page.waitForTimeout(1000) await page.waitForTimeout(1000)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册