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 c13da72 commit ace7b9aCopy full SHA for ace7b9a
packages/amazonq/test/e2e/amazonq/featureDev.test.ts
@@ -17,8 +17,8 @@ describe('Amazon Q Feature Dev', function () {
17
let tab: Messenger
18
19
const prompt = 'Add blank.txt file with empty content'
20
- const codegenApproachPrompt = prompt + ' and add a readme that describes the changes'
21
- const fileLevelAcceptPrompt = prompt + ' and add a license, and a contributing file'
+ const codegenApproachPrompt = `${prompt} and add a readme that describes the changes`
+ const fileLevelAcceptPrompt = `${prompt} and add a license, and a contributing file`
22
const tooManyRequestsWaitTime = 100000
23
24
function waitForButtons(buttons: FollowUpTypes[]) {
0 commit comments