Skip to content

Commit d53c197

Browse files
committed
test(amazonq): remove console.log
1 parent 93597aa commit d53c197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/amazonq/test/e2e/amazonq/framework/messenger.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ export class Messenger {
155155

156156
async waitForText(text: string, waitOverrides?: MessengerOptions) {
157157
await this.waitForEvent(() => {
158-
console.log(this.getChatItems())
159158
return this.getChatItems().some((chatItem) => chatItem.body === text)
160159
}, waitOverrides)
161160
}

0 commit comments

Comments
 (0)