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 e1e4284 commit 79fde16Copy full SHA for 79fde16
packages/amazonq/test/e2e/amazonq/review.test.ts
@@ -285,9 +285,9 @@ describe('Amazon Q Code Review', function () {
285
286
assert.ok(viewDetailsActionDefined, 'viewDetailsAction.command was not defined after waiting')
287
288
+ console.log('command', viewDetailsActionDefined)
289
+ console.log('arguments', viewDetailsActionDefined.arguments)
290
const issue = viewDetailsActionDefined.arguments?.[0] as CodeScanIssue
- console.log('command', viewDetailsAction.command)
- console.log('arguments', viewDetailsAction.command?.arguments)
291
292
// Wait for the fix to be generated with polling
293
const updatedIssue = await waitUntil(
0 commit comments