Skip to content

Commit 9607579

Browse files
committed
use initial tab
1 parent 64d47fc commit 9607579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/test/e2e/amazonq/doc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ describe('Amazon Q Doc Generation', async function () {
326326

327327
describe('Quick action availability', () => {
328328
it('Shows /doc command when doc generation is enabled', async () => {
329-
const command = tab.findCommand('/doc')
329+
const command = initialTab.findCommand('/doc')
330330
if (!command.length) {
331331
assert.fail('Could not find command')
332332
}

0 commit comments

Comments
 (0)