Skip to content

Commit 12d9ce6

Browse files
committed
log the tab data
1 parent 2bf71c9 commit 12d9ce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/amazonq/test/e2e/amazonq/chat.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ describe('Amazon Q Chat', function () {
4545
*/
4646
const ok = await waitUntil(
4747
async () => {
48+
console.log(JSON.stringify(tab.getStore()))
4849
return tab.getStore().tabTitle === 'Chat'
4950
},
5051
{

0 commit comments

Comments
 (0)