mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
fix tests
This commit is contained in:
@ -16,6 +16,7 @@ public function test_profile_page_is_displayed(): void
|
||||
|
||||
$this
|
||||
->get(route('profile'))
|
||||
->assertSuccessful()
|
||||
->assertSee('Profile Information')
|
||||
->assertSee('Update Password')
|
||||
->assertSee('Two Factor Authentication');
|
||||
|
Reference in New Issue
Block a user