Skip to content

Commit 05e615b

Browse files
committed
Merge branch 'implement_inline' of https://github.com/laura-codess/aws-toolkit-vscode into implement_inline
2 parents ce5ebde + 81b4e68 commit 05e615b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/amazonq/test/e2e_new/amazonq/tests/inline.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,11 @@ describe('Amazon Q Inline Completion / Chat Functionality', function () {
2626
textEditor = await createNewTextFile(workbench, editorView)
2727
})
2828

29-
// after(async function () {
30-
// await editorView.closeAllEditors()
31-
// })
32-
3329
it('Inline Test', async () => {
3430
await textEditor.typeTextAt(1, 1, 'Select Me')
3531
const text = await textEditor.getText()
3632
expect(text).equals('Select Me')
3733
await textEditor.clearText()
38-
3934
await workbench.executeCommand('Amazon Q: Inline Chat')
4035
const input = new InputBox()
4136
await input.sendKeys('Write a simple sentece')
@@ -45,8 +40,6 @@ describe('Amazon Q Inline Completion / Chat Functionality', function () {
4540
await pressKey(driver, 'Enter')
4641
await sleep(3000)
4742
await pressKey(driver, 'Tab')
48-
// we can also replace all the text with whatever we want
4943
await sleep(3000)
50-
// await textEditor.clear()
5144
})
5245
})

0 commit comments

Comments
 (0)