acl-services / acl-services/paprika
DataGrid more click on checkbox with react-testing-library
- Lenguaje dominante
- JavaScript
- Estrellas
- 54
- Forks
- 10
- Merge medio
- 1 d 12 h
- PR fusionados (30 d)
- 6
Descripción
I have a DataGrid with `renderColumnIndicator` and i'd like to write some react-testing-library tests that check off some rows.

```
userEvent.click(document.querySelectorAll('[data-pka="cell-a11y"]')[1]); // this did work
userEvent.click(screen.getAllByRole('checkbox')[1]); // this did not work
userEvent.click(screen.getByLabelText('Asset 2')); // this is the preferred way I think
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.