`goToWizardStep` is not working in test

Hi i am trying to validate some data in each step of my form wizard but i seem like i can not start the form on the 2nd step as per doc when i use the go to Wizard step i can error saying it still on the first step Ps i dont have skipable steps
it('validates phase dates are in correct order', function () {
livewire(CreateContest::class)
->goToWizardStep(2)
->assertWizardCurrentStep(2);

});
it('validates phase dates are in correct order', function () {
livewire(CreateContest::class)
->goToWizardStep(2)
->assertWizardCurrentStep(2);

});
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?