Trigger Wizard actions programmatically

Is there a way to trigger the wizards "next" action programmatically for example after a state update?
1 Reply
Chrispian
Chrispian4w ago
I don't see a way to do it yet but someone is working on a helper for this. In the mean time, you could follow their code and add it to your project. Here's the link: https://github.com/filamentphp/filament/discussions/11622
GitHub
Wizard next step helper for tests · filamentphp filament · Discussi...
I just made a macro for calling the next step on a wizard form while testing a component, I wish I could submit it as a feature, is it of any use @danharrin? Macro \Livewire\Features\SupportTesting...