We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048876e commit adb741fCopy full SHA for adb741f
tests/Feature/Auth/PasswordConfirmationTest.php
@@ -19,7 +19,7 @@ public function test_confirm_password_screen_can_be_rendered()
19
20
$response->assertStatus(200);
21
$response->assertInertia(fn (Assert $page) => $page
22
- ->component('auth/ConfirmPassword')
+ ->component('auth/confirm-password')
23
);
24
}
25
0 commit comments