Mo Khosh
Mo Khosh
Looks good. I have a question and an idea. Question: do the test helpers support multiple wizards in a form? Doesn't look like it. Idea: ability to go to steps...
@danharrin @eduPHP What do you think about making `currentStepIndex` `public` so it's persisted between requests and can be used as a useful piece of information?
This doesn't work with wizards inside an action does it? 🧐
It works 🥳 ```php ->goToNextWizardStep('mountedActionForm') ```
Feel free to open a PR for this
I would accept a PR for this. But I think it's best if you make the change in `getTitle` instead of `statuses`. Please make sure the tests pass, and add...
I have created a passing test for non authenticated state, and a failing test for the authenticated state. Just clone the reproduction repo and run pest.
@ryanmortier correct. added this to reproduction repo tests.
Could be related https://github.com/filamentphp/filament/issues/14069
@github-actions Hmm... I do have the reproduction repo. https://github.com/mokhosh/filament-wizard-enter-bug