mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-12 21:44:21 -06:00
Fix: wrap table header columns in row (#7832)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user