Fix: wrap table header columns in row (#7832)

This commit is contained in:
shamoon
2024-10-01 16:13:45 -07:00
parent 374a1ceb05
commit 74001bd0da
3 changed files with 132 additions and 130 deletions

View File

@@ -302,7 +302,7 @@ describe('DocumentListComponent', () => {
displayModeButtons[0].triggerEventHandler('change')
fixture.detectChanges()
expect(component.list.displayMode).toEqual('table')
expect(fixture.debugElement.queryAll(By.css('tr'))).toHaveLength(3)
expect(fixture.debugElement.queryAll(By.css('tr'))).toHaveLength(4)
displayModeButtons[1].nativeElement.checked = true
displayModeButtons[1].triggerEventHandler('change')