Skip to content

Commit 54cf64c

Browse files
author
David Hasani
committed
remove .only
1 parent ac4fbf4 commit 54cf64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/test/e2e/amazonq/transformByQ.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('Amazon Q Code Transformation', function () {
6565
})
6666

6767
describe('Starting a transformation from chat', () => {
68-
it.only('Can click through all user input forms for a Java upgrade', async () => {
68+
it('Can click through all user input forms for a Java upgrade', async () => {
6969
sinon.stub(startTransformByQ, 'getValidSQLConversionCandidateProjects').resolves([])
7070
sinon.stub(GumbyController.prototype, 'validateLanguageUpgradeProjects' as keyof GumbyController).resolves([
7171
{

0 commit comments

Comments
 (0)