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 e2d357c commit 93597aaCopy full SHA for 93597aa
packages/amazonq/test/e2e/amazonq/doc.test.ts
@@ -80,13 +80,13 @@ describe('Amazon Q Doc', async function () {
80
})
81
82
83
- describe('README create', () => {
+ describe('Creates a README', () => {
84
beforeEach(async function () {
85
tab.addChatMessage({ command: '/doc' })
86
await tab.waitForChatFinishesLoading()
87
88
89
- it('Creates a README', async () => {
+ it('Creates a README for root folder', async () => {
90
await tab.waitForButtons([FollowUpTypes.CreateDocumentation])
91
92
tab.clickButton(FollowUpTypes.CreateDocumentation)
0 commit comments