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:
Tomasz Gnyp
2024-04-22 17:39:01 +02:00
committed by GitHub
parent 88920f47c3
commit 1173253fe7
3 changed files with 27 additions and 3 deletions

View File

@@ -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 () => {