mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-22119 Fix Datatable checkbox accessibility breaking change (#9596)
* AAE-22119 Fix Datatable checkbox accessibility breaking change * fix code duplication warning * fix unit test
This commit is contained in:
@@ -599,7 +599,7 @@ describe('TaskListComponent', () => {
|
||||
await selectTask1.toggle();
|
||||
await selectTask2.toggle();
|
||||
|
||||
expect(component.selectedInstances.length).toBe(0);
|
||||
expect(component.selectedInstances.length).toBe(2);
|
||||
});
|
||||
|
||||
it('should change selected row after clicking on different row', async () => {
|
||||
|
Reference in New Issue
Block a user