@@ -89,6 +89,7 @@ Suites.push({
89
89
name : "TodoMVC-JavaScript-ES6-Webpack" ,
90
90
url : "todomvc/vanilla-examples/javascript-es6-webpack/dist/index.html" ,
91
91
tags : [ "todomvc" ] ,
92
+ disabled : true ,
92
93
async prepare ( page ) {
93
94
const element = await page . waitForElement ( ".new-todo" ) ;
94
95
element . focus ( ) ;
@@ -152,6 +153,7 @@ Suites.push({
152
153
name : "TodoMVC-React" ,
153
154
url : "todomvc/architecture-examples/react/dist/index.html#/home" ,
154
155
tags : [ "todomvc" ] ,
156
+ disabled : true ,
155
157
async prepare ( page ) {
156
158
const element = await page . waitForElement ( ".new-todo" ) ;
157
159
element . focus ( ) ;
@@ -272,6 +274,7 @@ Suites.push({
272
274
name : "TodoMVC-Angular" ,
273
275
url : "todomvc/architecture-examples/angular/dist/index.html" ,
274
276
tags : [ "todomvc" ] ,
277
+ disabled : true ,
275
278
async prepare ( page ) {
276
279
const element = await page . waitForElement ( ".new-todo" ) ;
277
280
element . focus ( ) ;
@@ -361,6 +364,7 @@ Suites.push({
361
364
name : "TodoMVC-Preact" ,
362
365
url : "todomvc/architecture-examples/preact/dist/index.html#/home" ,
363
366
tags : [ "todomvc" ] ,
367
+ disabled : true ,
364
368
async prepare ( page ) {
365
369
const element = await page . waitForElement ( ".new-todo" ) ;
366
370
element . focus ( ) ;
@@ -390,6 +394,7 @@ Suites.push({
390
394
name : "TodoMVC-Svelte" ,
391
395
url : "todomvc/architecture-examples/svelte/dist/index.html" ,
392
396
tags : [ "todomvc" ] ,
397
+ disabled : true ,
393
398
async prepare ( page ) {
394
399
const element = await page . waitForElement ( ".new-todo" ) ;
395
400
element . focus ( ) ;
@@ -419,6 +424,7 @@ Suites.push({
419
424
name : "TodoMVC-Lit" ,
420
425
url : "todomvc/architecture-examples/lit/dist/index.html" ,
421
426
tags : [ "todomvc" , "webcomponents" ] ,
427
+ disabled : true ,
422
428
async prepare ( page ) {
423
429
await page . waitForElement ( "todo-app" ) ;
424
430
} ,
@@ -481,7 +487,6 @@ Suites.push({
481
487
name : "TodoMVC-JavaScript-ES6-Webpack-Complex-DOM" ,
482
488
url : "todomvc/vanilla-examples/javascript-es6-webpack-complex/dist/index.html" ,
483
489
tags : [ "todomvc" , "complex" , "complex-default" ] ,
484
- disabled : true ,
485
490
async prepare ( page ) {
486
491
const element = await page . waitForElement ( ".new-todo" ) ;
487
492
element . focus ( ) ;
@@ -608,7 +613,6 @@ Suites.push({
608
613
name : "TodoMVC-Angular-Complex-DOM" ,
609
614
url : "todomvc/architecture-examples/angular-complex/dist/index.html" ,
610
615
tags : [ "todomvc" , "complex" , "complex-default" ] ,
611
- disabled : true ,
612
616
async prepare ( page ) {
613
617
const element = await page . waitForElement ( ".new-todo" ) ;
614
618
element . focus ( ) ;
@@ -700,7 +704,6 @@ Suites.push({
700
704
name : "TodoMVC-Preact-Complex-DOM" ,
701
705
url : "todomvc/architecture-examples/preact-complex/dist/index.html#/home" ,
702
706
tags : [ "todomvc" , "complex" , "complex-default" ] ,
703
- disabled : true ,
704
707
async prepare ( page ) {
705
708
const element = await page . waitForElement ( ".new-todo" ) ;
706
709
element . focus ( ) ;
@@ -730,7 +733,6 @@ Suites.push({
730
733
name : "TodoMVC-Svelte-Complex-DOM" ,
731
734
url : "todomvc/architecture-examples/svelte-complex/dist/index.html" ,
732
735
tags : [ "todomvc" , "complex" , "complex-default" ] ,
733
- disabled : true ,
734
736
async prepare ( page ) {
735
737
const element = await page . waitForElement ( ".new-todo" ) ;
736
738
element . focus ( ) ;
@@ -760,7 +762,6 @@ Suites.push({
760
762
name : "TodoMVC-Lit-Complex-DOM" ,
761
763
url : "todomvc/architecture-examples/lit-complex/dist/index.html" ,
762
764
tags : [ "todomvc" , "webcomponents" , "complex" , "complex-default" ] ,
763
- disabled : true ,
764
765
async prepare ( page ) {
765
766
await page . waitForElement ( "todo-app" ) ;
766
767
} ,
0 commit comments