Skip to content

Commit 93597aa

Browse files
committed
test(amazonq): fix test names
1 parent e2d357c commit 93597aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ describe('Amazon Q Doc', async function () {
8080
})
8181
})
8282

83-
describe('README create', () => {
83+
describe('Creates a README', () => {
8484
beforeEach(async function () {
8585
tab.addChatMessage({ command: '/doc' })
8686
await tab.waitForChatFinishesLoading()
8787
})
8888

89-
it('Creates a README', async () => {
89+
it('Creates a README for root folder', async () => {
9090
await tab.waitForButtons([FollowUpTypes.CreateDocumentation])
9191

9292
tab.clickButton(FollowUpTypes.CreateDocumentation)

0 commit comments

Comments
 (0)