Skip to content

Commit d789507

Browse files
committed
test
1 parent 9607579 commit d789507

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,9 @@ describe('Amazon Q Doc Generation', async function () {
320320

321321
afterEach(() => {
322322
framework.removeTab(initialTab.tabID)
323-
framework.removeTab(tab.tabID)
323+
if (tab) {
324+
framework.removeTab(tab.tabID)
325+
}
324326
framework.dispose()
325327
})
326328

0 commit comments

Comments
 (0)