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 64d47fc commit 9607579Copy full SHA for 9607579
packages/amazonq/test/e2e/amazonq/doc.test.ts
@@ -326,7 +326,7 @@ describe('Amazon Q Doc Generation', async function () {
326
327
describe('Quick action availability', () => {
328
it('Shows /doc command when doc generation is enabled', async () => {
329
- const command = tab.findCommand('/doc')
+ const command = initialTab.findCommand('/doc')
330
if (!command.length) {
331
assert.fail('Could not find command')
332
}
0 commit comments