File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -92,19 +92,6 @@ describe('CdkTextColumn', () => {
92
92
] ) ;
93
93
} ) ;
94
94
95
- it ( 'should be able to justify the text' , ( ) => {
96
- component . justifyC = 'end' ;
97
- fixture . detectChanges ( ) ;
98
-
99
- const headers = tableElement . querySelectorAll ( 'th' ) ;
100
- expect ( headers [ 1 ] . style . textAlign ) . toBe ( 'start' ) ;
101
- expect ( headers [ 2 ] . style . textAlign ) . toBe ( 'end' ) ;
102
-
103
- const cells = tableElement . querySelectorAll ( 'td' ) ;
104
- expect ( cells [ 1 ] . style . textAlign ) . toBe ( 'start' ) ;
105
- expect ( cells [ 2 ] . style . textAlign ) . toBe ( 'end' ) ;
106
- } ) ;
107
-
108
95
describe ( 'with options' , ( ) => {
109
96
function createTestComponent ( options : TextColumnOptions < any > ) {
110
97
// Reset the previously configured testing module to be able set new providers.
You can’t perform that action at this time.
0 commit comments