Replies: 2 comments
-
|
Could you share the code? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
i have this on my create page ` ` and this Repeater ` ` and then testing it like this ` which returns the error ` ` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Package
Actions
Package Version
v4
How can we help you?
I am testing and validating data from a custom createAll action defined in a getFormActions() on a resource page (create). The docs give the following syntax : ->callAction(TestAction::make('createAndVerifyEmail')->schemaComponent('form-actions')); I pass my action name but not sure what exactly to replace 'form-actions' with in my schemaComponent. My schema uses a repeater to build multiple entries. When I fill the form and call the action, it says failed to assert action found on the resource page.
Beta Was this translation helpful? Give feedback.
All reactions