Testing actions defined within extraModalFooterActions()
When using Pest for testing, is there a way to test the actions defined within
Basic example:
This test passes:
This fails:
I just want to be able to do a similar test for
extraModalFooterActions() ? I've tried the obvious things like mounting / calling the action which calls the modal first and even dot notation but nothing seems to be working.Basic example:
This test passes:
This fails:
I just want to be able to do a similar test for
action2 as I can do for action1Solution
mountInfolistAction after a mountInfolistAction is the issue.. not sure if it is a bug, but I think it isn't a big problem if you can use call()