File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed
cli/test/smokehouse/test-definitions Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -405,11 +405,29 @@ const expectations = {
405405 numericValue : 153 ,
406406 details : {
407407 items : [
408- { statistic : 'Total DOM Elements' , value : 153 } ,
409- { statistic : 'Maximum DOM Depth' , value : 4 } ,
408+ {
409+ statistic : 'Total DOM Elements' ,
410+ value : {
411+ type : 'numeric' ,
412+ granularity : 1 ,
413+ value : 153 ,
414+ } ,
415+ } ,
416+ {
417+ statistic : 'Maximum DOM Depth' ,
418+ value : {
419+ type : 'numeric' ,
420+ granularity : 1 ,
421+ value : 4 ,
422+ } ,
423+ } ,
410424 {
411425 statistic : 'Maximum Child Elements' ,
412- value : 100 ,
426+ value : {
427+ type : 'numeric' ,
428+ granularity : 1 ,
429+ value : 100 ,
430+ } ,
413431 node : { snippet : '<div id="shadow-root-container">' } ,
414432 } ,
415433 ] ,
You can’t perform that action at this time.
0 commit comments