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', () => {
3232
3333 cy . visit ( '/' ) ;
3434
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` ) ;
3636 } ) ;
3737
3838 it ( 'uses config from webpack preprocessor' , ( ) => {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ describe('Config Loading', () => {
3232
3333 cy . visit ( '/' ) ;
3434
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` ) ;
3636 } ) ;
3737
3838 it ( 'uses config from webpack preprocessor' , ( ) => {
You can’t perform that action at this time.
0 commit comments