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