Maxi
Explore posts from serversHow to test modal actions?
I registered a modal action using the
registerModalActions()
function and when I mount the "parent" action and use the assertSee()
function to check for the modal action's label I can find it just fine, but if I try to actuall call the modal action it says that no action with that name exists on my page, do I maybe have to load the action differently?
This is how I'm currently trying to access it:
15 replies