We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f3aad commit 63d47bdCopy full SHA for 63d47bd
packages/amazonq/test/e2e/amazonq/framework/messenger.ts
@@ -51,6 +51,8 @@ export class Messenger {
51
}
52
53
const lastChatItem = this.getChatItems().pop()
54
+ console.log('trying to click: ' + type)
55
+ console.log(JSON.stringify(lastChatItem))
56
const followupOption = lastChatItem?.followUp?.options?.filter((option) => option.type === type)
57
if (followupOption && followupOption.length > 0) {
58
this.mynahUIProps.onFollowUpClicked(this.tabID, lastChatItem?.messageId ?? '', followupOption[0])
0 commit comments