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 b31da5c commit 1f15b95Copy full SHA for 1f15b95
packages/amazonq/test/e2e/amazonq/chat.test.ts
@@ -37,7 +37,7 @@ describe('Amazon Q Chat', function () {
37
registerAuthHook('amazonq-test-account')
38
framework = new qTestingFramework('cwc', true, [])
39
console.log(document.body)
40
- tab = framework.getSelectedTab()
+ tab = framework.getTabs()[0] // use the default tab that gets created
41
42
/**
43
* Since sending messages to the UI is asynchronous, race conditions can occur
0 commit comments