Skip to content

Commit 92c3f61

Browse files
committed
fix: PR comments from Harrison
1 parent 79b1b3a commit 92c3f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ describe('Amazon Q Inline Completion / Chat Functionality', function () {
4040
const input = new InputBox()
4141
await input.sendKeys('Generate the fibonacci sequence through iteration')
4242
await input.sendKeys(Key.ENTER)
43+
// Must wait for response to be generated.
4344
await sleep(8000)
4445

4546
const textAfter = await textEditor.getText()
4647
assert(textAfter.length > textBefore.length, 'Amazon Q should have generated code')
47-
assert(textAfter.includes('fibonacci'), 'Generated code should contain fibonacci logic')
4848
await textEditor.clearText()
4949
})
5050
})

0 commit comments

Comments
 (0)