File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
projects/igniteui-angular/src/lib/calendar Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1070,7 +1070,6 @@ describe('IgxCalendar', () => {
1070
1070
1071
1071
specialDates . forEach ( d => {
1072
1072
expect ( d . isSpecial ) . toBe ( true ) ;
1073
- expect ( d . isSpecialCSS ) . toBe ( true ) ;
1074
1073
} ) ;
1075
1074
1076
1075
let disabledDates = calendar . daysView . dates . toArray ( ) . filter ( d => {
@@ -1098,7 +1097,6 @@ describe('IgxCalendar', () => {
1098
1097
1099
1098
specialDates . forEach ( d => {
1100
1099
expect ( d . isSpecial ) . toBe ( true ) ;
1101
- expect ( d . isSpecialCSS ) . toBe ( true ) ;
1102
1100
} ) ;
1103
1101
1104
1102
disabledDates = calendar . daysView . dates . toArray ( ) . filter ( d => {
@@ -2070,7 +2068,6 @@ class DateTester {
2070
2068
static testDatesSpeciality ( dates : IgxDayItemComponent [ ] , special : boolean ) : void {
2071
2069
for ( const date of dates ) {
2072
2070
expect ( date . isSpecial ) . toBe ( special ) ;
2073
- expect ( date . isSpecialCSS ) . toBe ( special ) ;
2074
2071
}
2075
2072
}
2076
2073
}
You can’t perform that action at this time.
0 commit comments