Writing a test to call toggle on ToggleColumn List Resource
Hey everyone! I'm trying to write a test to toggle the
is_enabled
ToggleColumn
on my Resource. I can't seem to find it in the documentation. Any ideas on how to write a test for this?
3 Replies
Is a bump allowed? π
I'm looking for this exact same thing. Any one have any idea how to accomplish this?
Alright after a bit of digging I have found a solution. I don't love it but it works.
Looking at the toggle-column blade template I found it's calling the updateTableColumnState method.
So calling the call method like this
Will get you there.
Oo perfect, thanks, @Karzer !