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 12d9ce6 commit 0fe5ff7Copy full SHA for 0fe5ff7
packages/amazonq/test/e2e/amazonq/chat.test.ts
@@ -36,7 +36,7 @@ describe('Amazon Q Chat', function () {
36
// Make sure you're logged in before every test
37
registerAuthHook('amazonq-test-account')
38
framework = new qTestingFramework('cwc', true, [])
39
- tab = framework.createTab()
+ tab = framework.getSelectedTab()
40
41
/**
42
* Since sending messages to the UI is asynchronous, race conditions can occur
@@ -45,7 +45,6 @@ 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