File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
packages/amazonq/test/e2e/amazonq Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,13 @@ describe('Amazon Q Code Transformation', function () {
5151 describe ( 'Starting a transformation from chat' , ( ) => {
5252 it ( 'Can click through all user input forms' , async ( ) => {
5353 tab . addChatMessage ( { command : '/transform' } )
54- sinon
55- . stub ( GumbyController . prototype , 'validateLanguageUpgradeProjects' as keyof GumbyController )
56- . resolves ( [
57- {
58- name : 'qct-sample-java-8-app-main' ,
59- path : '/Users/alias/Desktop/qct-sample-java-8-app-main' ,
60- JDKVersion : JDKVersion . JDK8 ,
61- } ,
62- ] )
54+ sinon . stub ( GumbyController . prototype , 'validateLanguageUpgradeProjects' as keyof GumbyController ) . resolves ( [
55+ {
56+ name : 'qct-sample-java-8-app-main' ,
57+ path : '/Users/alias/Desktop/qct-sample-java-8-app-main' ,
58+ JDKVersion : JDKVersion . JDK8 ,
59+ } ,
60+ ] )
6361
6462 // wait for /transform to respond with some intro messages and the first user input form
6563 await tab . waitForEvent ( ( ) => tab . getChatItems ( ) . length > 3 , {
You can’t perform that action at this time.
0 commit comments