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 ac4fbf4 commit 54cf64cCopy full SHA for 54cf64c
packages/amazonq/test/e2e/amazonq/transformByQ.test.ts
@@ -65,7 +65,7 @@ describe('Amazon Q Code Transformation', function () {
65
})
66
67
describe('Starting a transformation from chat', () => {
68
- it.only('Can click through all user input forms for a Java upgrade', async () => {
+ it('Can click through all user input forms for a Java upgrade', async () => {
69
sinon.stub(startTransformByQ, 'getValidSQLConversionCandidateProjects').resolves([])
70
sinon.stub(GumbyController.prototype, 'validateLanguageUpgradeProjects' as keyof GumbyController).resolves([
71
{
0 commit comments