@@ -84,7 +84,7 @@ if (programType === 'DAB') {
8484} else if ( programType === 'SAB' ) {
8585 test ( 'convertConfig: parse traits' , ( ) => {
8686 const result = parseTraits ( document , 'dummy' , 1 ) ;
87- expect ( Object . keys ( result ) ) . toHaveLength ( 6 ) ;
87+ expect ( Object . keys ( result ) ) . toHaveLength ( 7 ) ;
8888 } ) ;
8989
9090 test ( 'convertConfig: parse book collections' , ( ) => {
@@ -100,7 +100,7 @@ if (programType === 'DAB') {
100100 expect ( bc . languageCode ) . not . toBe ( '' ) ;
101101 expect ( bc . languageName ) . not . toBe ( '' ) ;
102102
103- expect ( Object . keys ( bc . features ) ) . toHaveLength ( 39 ) ;
103+ expect ( Object . keys ( bc . features ) ) . toHaveLength ( 40 ) ;
104104
105105 expect ( bc . books ) . not . toHaveLength ( 0 ) ;
106106 for ( const bk in bc . books ) {
@@ -196,7 +196,7 @@ if (programType === 'DAB') {
196196
197197 test ( 'convertConfig: parse features' , ( ) => {
198198 const result = parseFeatures ( document , 1 ) ;
199- expect ( Object . keys ( result ) ) . toHaveLength ( 135 ) ;
199+ expect ( Object . keys ( result ) ) . toHaveLength ( 137 ) ;
200200 } ) ;
201201
202202 test ( 'convertConfig: parse background images' , ( ) => {
0 commit comments