Testing table list checkbox click
What I am trying to do:
I'm trying to add Pest test for Checkbox click on the ListRecords component.
What I did:
I tried these methods to execute checkbox click like beaviour:
My issue/the error:
Nothing happens, test is not passing as I'm checking if
Code:
I'm trying to add Pest test for Checkbox click on the ListRecords component.
What I did:
I tried these methods to execute checkbox click like beaviour:
My issue/the error:
Nothing happens, test is not passing as I'm checking if
user.is_active boolean value is changed in the db.Code: