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 2bf71c9 commit 12d9ce6Copy full SHA for 12d9ce6
packages/amazonq/test/e2e/amazonq/chat.test.ts
@@ -45,6 +45,7 @@ describe('Amazon Q Chat', function () {
45
*/
46
const ok = await waitUntil(
47
async () => {
48
+ console.log(JSON.stringify(tab.getStore()))
49
return tab.getStore().tabTitle === 'Chat'
50
},
51
{
0 commit comments