File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
3002-checkout/cypress/e2e Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ describe('3000-home/', () => {
4
4
beforeEach ( ( ) => cy . visit ( '/' ) ) ;
5
5
6
6
describe ( 'Warmup Next' , ( ) => {
7
- it ( 'warms pages concurrently' , ( ) => {
7
+ xit ( 'warms pages concurrently' , ( ) => {
8
8
const urls = [
9
9
'/shop' ,
10
10
'/checkout' ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ describe('3001-shop/', () => {
6
6
} ) ;
7
7
8
8
describe ( 'Warmup Next' , ( ) => {
9
- it ( 'warms pages concurrently' , ( ) => {
9
+ xit ( 'warms pages concurrently' , ( ) => {
10
10
const urls = [
11
11
'/shop' ,
12
12
'/checkout' ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ describe('3002-checkout/', () => {
4
4
beforeEach ( ( ) => cy . visit ( '/' ) ) ;
5
5
6
6
describe ( 'Warmup Next' , ( ) => {
7
- it ( 'warms pages concurrently' , ( ) => {
7
+ xit ( 'warms pages concurrently' , ( ) => {
8
8
const urls = [
9
9
'/shop' ,
10
10
'/checkout' ,
You can’t perform that action at this time.
0 commit comments