Testing a Table ToggleColumn
I have the following in a relation manager:
and the following test:
I'd like to test the logic for the
and the following test:
I'd like to test the logic for the
ToggleColumn. I can test the initial state based on the data I set up in the test using ->assertTableActionDataSet(), but I want to - change the state of the toggle in the test and work the
updateStateUsing()function and - check if the toggle is disabled (or not) based on the setup data I feed it