File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -145,20 +145,6 @@ public function it_redirects_with_an_error(): void
145
145
$ response ->assertSessionHasErrors ('wizard ' );
146
146
}
147
147
148
- /** @test */
149
- public function it_throws_an_exception_if_the_template_does_not_exist (): void
150
- {
151
- File::shouldReceive ('exists ' )
152
- ->with (resource_path ('js/Pages/Wizards/InertiaWizard/InertiaStep.vue ' ))
153
- ->andReturnFalse ();
154
-
155
- $ this ->expectException (StepTemplateNotFoundException::class);
156
- $ this ->expectErrorMessage ('No template found for step [inertia-step]. ' );
157
-
158
- $ this ->makeRenderer ()
159
- ->renderStep ($ this ->step , $ this ->wizard , []);
160
- }
161
-
162
148
protected function makeRenderer (): ResponseRenderer
163
149
{
164
150
return new InertiaResponseRenderer ('Wizards ' );
You can’t perform that action at this time.
0 commit comments