File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/nuts/digitalExperienceBundle Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ export function assertViewHomeStatus(resp: CustomFileResponses, deb: 'a' | 'b')
138138 expect ( resp [ 0 ] ) . to . include ( {
139139 type : TYPES . DE ?. name ,
140140 fullName : deb === 'a' ? FULL_NAMES . DE_VIEW_HOME_A : FULL_NAMES . DE_VIEW_HOME_B ,
141- filePath : deb === 'a' ? FILE_RELATIVE_PATHS . DE_VIEW_HOME_COMPONENT_A : FILE_RELATIVE_PATHS . DE_VIEW_HOME_COMPONENT_B ,
141+ filePath : deb === 'a' ? FILE_RELATIVE_PATHS . DE_VIEW_HOME_META_A : FILE_RELATIVE_PATHS . DE_VIEW_HOME_META_B ,
142142 } ) ;
143143}
144144
@@ -153,13 +153,13 @@ export function assertDocumentDetailPageAChanges(resp: CustomFileResponses) {
153153 {
154154 type : TYPES . DE ?. name ,
155155 fullName : FULL_NAMES . DE_VIEW_DOCUMENT_DETAIL_A ,
156- filePath : FILE_RELATIVE_PATHS . DE_VIEW_DOCUMENT_DETAIL_COMPONENT_A ,
156+ filePath : FILE_RELATIVE_PATHS . DE_VIEW_DOCUMENT_DETAIL_META_A ,
157157 } ,
158158
159159 {
160160 type : TYPES . DE ?. name ,
161161 fullName : FULL_NAMES . DE_ROUTE_DOCUMENT_DETAIL_A ,
162- filePath : FILE_RELATIVE_PATHS . DE_ROUTE_DOCUMENT_DETAIL_COMPONENT_A ,
162+ filePath : FILE_RELATIVE_PATHS . DE_ROUTE_DOCUMENT_DETAIL_META_A ,
163163 } ,
164164 ] ) ;
165165 expect ( resp ) . to . have . length ( 2 ) ;
You can’t perform that action at this time.
0 commit comments