Skip to content

Commit 7544062

Browse files
authored
Update generalUtils.ts
Fix lint issue with writeToTextEditor
1 parent 79ed706 commit 7544062

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/amazonq/test/e2e_new/amazonq/utils/generalUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ export async function writeToTextEditor(textEditor: TextEditor, text: string): P
162162
await textEditor.typeTextAt(1, 1, ' ')
163163
const currentLines = await textEditor.getNumberOfLines()
164164
await textEditor.typeTextAt(currentLines, 1, text)
165+
}
165166
/**
166167
* Waits for Inline Generation by Amazon Q by checking if line count stops changing.
167168
* The function checks for a "stable state" by monitoring the number of lines in the editor.

0 commit comments

Comments
 (0)