File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
projects/igniteui-angular/src/lib/grids/grid Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2079,7 +2079,7 @@ describe('IgxGrid - Summaries', () => {
20792079 fix . detectChanges ( ) ;
20802080 tick ( 16 ) ;
20812081
2082- expect ( HelperUtils . getAllVisibleSummariesLength ( fix ) ) . toEqual ( 1 ) ;
2082+ expect ( HelperUtils . getAllVisibleSummariesLength ( fix ) ) . toEqual ( 2 ) ;
20832083 verifyBaseSummaries ( fix ) ;
20842084 } ) ) ;
20852085
@@ -2103,8 +2103,7 @@ describe('IgxGrid - Summaries', () => {
21032103 fix . detectChanges ( ) ;
21042104 tick ( 16 ) ;
21052105
2106- expect ( HelperUtils . getAllVisibleSummariesLength ( fix ) ) . toEqual ( 2 ) ;
2107- verifySummariesForParentID147 ( fix , 1 ) ;
2106+ expect ( HelperUtils . getAllVisibleSummariesLength ( fix ) ) . toEqual ( 1 ) ;
21082107 verifyBaseSummaries ( fix ) ;
21092108 } ) ) ;
21102109
You can’t perform that action at this time.
0 commit comments