@@ -30,7 +30,7 @@ describe('scaffolding component testing', {
3030 // should detect correctly
3131 cy . get ( 'button' ) . should ( 'be.visible' ) . contains ( 'Vue CLI (Vue 2)(detected)' )
3232 cy . get ( 'button' ) . contains ( 'Next Step' ) . click ( )
33- cy . findByRole ( 'button' , { name : 'Skip ' } ) . click ( )
33+ cy . findByRole ( 'button' , { name : 'Continue ' } ) . click ( )
3434 verifyConfigFile ( `cypress.config.js` )
3535 } )
3636 } )
@@ -42,7 +42,7 @@ describe('scaffolding component testing', {
4242 // should detect correctly
4343 cy . get ( 'button' ) . should ( 'be.visible' ) . contains ( 'Vue CLI (Vue 3)(detected)' )
4444 cy . get ( 'button' ) . contains ( 'Next Step' ) . click ( )
45- cy . findByRole ( 'button' , { name : 'Skip ' } ) . click ( )
45+ cy . findByRole ( 'button' , { name : 'Continue ' } ) . click ( )
4646 verifyConfigFile ( `cypress.config.js` )
4747 } )
4848 } )
@@ -54,7 +54,7 @@ describe('scaffolding component testing', {
5454 // should detect correctly
5555 cy . get ( 'button' ) . should ( 'be.visible' ) . contains ( 'Vue CLI (Vue 3)(detected)' )
5656 cy . get ( 'button' ) . contains ( 'Next Step' ) . click ( )
57- cy . findByRole ( 'button' , { name : 'Skip ' } ) . click ( )
57+ cy . findByRole ( 'button' , { name : 'Continue ' } ) . click ( )
5858 verifyConfigFile ( `cypress.config.js` )
5959 } )
6060 } )
@@ -66,7 +66,7 @@ describe('scaffolding component testing', {
6666 // should detect correctly
6767 cy . get ( 'button' ) . should ( 'be.visible' ) . contains ( 'Create React App(detected)' )
6868 cy . get ( 'button' ) . contains ( 'Next Step' ) . click ( )
69- cy . findByRole ( 'button' , { name : 'Skip ' } ) . click ( )
69+ cy . findByRole ( 'button' , { name : 'Continue ' } ) . click ( )
7070 verifyConfigFile ( `cypress.config.js` )
7171 } )
7272 } )
@@ -78,7 +78,7 @@ describe('scaffolding component testing', {
7878 // should detect correctly
7979 cy . get ( 'button' ) . should ( 'be.visible' ) . contains ( 'React.js(detected)' )
8080 cy . get ( 'button' ) . contains ( 'Next Step' ) . click ( )
81- cy . findByRole ( 'button' , { name : 'Skip ' } ) . click ( )
81+ cy . findByRole ( 'button' , { name : 'Continue ' } ) . click ( )
8282 verifyConfigFile ( `cypress.config.ts` )
8383 } )
8484 } )
@@ -90,7 +90,7 @@ describe('scaffolding component testing', {
9090 // should detect correctly
9191 cy . get ( 'button' ) . should ( 'be.visible' ) . contains ( 'Vue.js 3(detected)' )
9292 cy . get ( 'button' ) . contains ( 'Next Step' ) . click ( )
93- cy . findByRole ( 'button' , { name : 'Skip ' } ) . click ( )
93+ cy . findByRole ( 'button' , { name : 'Continue ' } ) . click ( )
9494 verifyConfigFile ( `cypress.config.ts` )
9595 } )
9696 } )
@@ -102,7 +102,7 @@ describe('scaffolding component testing', {
102102 // should detect correctly
103103 cy . get ( 'button' ) . should ( 'be.visible' ) . contains ( 'Nuxt.js(detected)' )
104104 cy . get ( 'button' ) . contains ( 'Next Step' ) . click ( )
105- cy . findByRole ( 'button' , { name : 'Skip ' } ) . click ( )
105+ cy . findByRole ( 'button' , { name : 'Continue ' } ) . click ( )
106106 verifyConfigFile ( `cypress.config.js` )
107107 } )
108108 } )
0 commit comments