File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cypress-plugin/cypress/integration
webpack5/cypress/integration Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ describe('Config Loading', () => {
32
32
33
33
cy . visit ( '/' ) ;
34
34
35
- cy . get ( 'body' ) . should ( 'contain' , `Config Error: should NOT have fewer than 10 characters` ) ;
35
+ cy . get ( 'body' ) . should ( 'contain' , `Config Error: must NOT have fewer than 10 characters` ) ;
36
36
} ) ;
37
37
38
38
it ( 'uses config from webpack preprocessor' , ( ) => {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ describe('Config Loading', () => {
32
32
33
33
cy . visit ( '/' ) ;
34
34
35
- cy . get ( 'body' ) . should ( 'contain' , `Config Error: should NOT have fewer than 10 characters` ) ;
35
+ cy . get ( 'body' ) . should ( 'contain' , `Config Error: must NOT have fewer than 10 characters` ) ;
36
36
} ) ;
37
37
38
38
it ( 'uses config from webpack preprocessor' , ( ) => {
You can’t perform that action at this time.
0 commit comments