How to test Infolist Action?
I have a infolist with a ActionsGroup, I want to test if those buttons are working, but I can't figure out how to trigger those actions in the tests. (they work normally in the app)
Infolist Action:
Test:
With that test I get:
The button does exists in the test because I "assertSee" it and it passes, but I cannot call it's action
Infolist Action:
Test:
With that test I get:
The button does exists in the test because I "assertSee" it and it passes, but I cannot call it's action