@@ -236,7 +236,7 @@ describe.skipIf(frameworkToTest || isQuarantineMode())(
236236 matcher : / W h a t w o u l d y o u l i k e t o s t a r t w i t h \? / ,
237237 input : {
238238 type : "select" ,
239- target : "Demo application " ,
239+ target : "Application Starter " ,
240240 assertDescriptionText :
241241 "Select from a range of starter applications using various Cloudflare products" ,
242242 } ,
@@ -255,7 +255,7 @@ describe.skipIf(frameworkToTest || isQuarantineMode())(
255255 ) ;
256256
257257 expect ( projectPath ) . toExist ( ) ;
258- expect ( output ) . toContain ( `category Demo application ` ) ;
258+ expect ( output ) . toContain ( `category Application Starter ` ) ;
259259 expect ( output ) . toContain ( `type API starter (OpenAPI compliant)` ) ;
260260 } ,
261261 ) ;
@@ -270,7 +270,7 @@ describe.skipIf(frameworkToTest || isQuarantineMode())(
270270 matcher : / W h a t w o u l d y o u l i k e t o s t a r t w i t h \? / ,
271271 input : {
272272 type : "select" ,
273- target : "Demo application " ,
273+ target : "Application Starter " ,
274274 } ,
275275 } ,
276276 {
@@ -300,7 +300,7 @@ describe.skipIf(frameworkToTest || isQuarantineMode())(
300300 input : {
301301 type : "select" ,
302302 target : "Framework Starter" ,
303- assertDefaultSelection : "Demo application " ,
303+ assertDefaultSelection : "Application Starter " ,
304304 } ,
305305 } ,
306306 {
0 commit comments