Skip to content

Commit 63d47bd

Browse files
committed
messenger debug info
1 parent a7f3aad commit 63d47bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ export class Messenger {
5151
}
5252

5353
const lastChatItem = this.getChatItems().pop()
54+
console.log('trying to click: ' + type)
55+
console.log(JSON.stringify(lastChatItem))
5456
const followupOption = lastChatItem?.followUp?.options?.filter((option) => option.type === type)
5557
if (followupOption && followupOption.length > 0) {
5658
this.mynahUIProps.onFollowUpClicked(this.tabID, lastChatItem?.messageId ?? '', followupOption[0])

0 commit comments

Comments
 (0)