[2.x] Added Browser Session Feature (#340)

This commit is contained in:
Rasel Islam Rafi
2024-11-05 21:19:55 +06:00
committed by GitHub
parent 0f810f4077
commit 2c49e2712c
7 changed files with 503 additions and 1 deletions

View File

@ -23,6 +23,7 @@ public function test_profile_page_is_displayed(): void
->assertSuccessful()
->assertSee('Profile Information')
->assertSee('Update Password')
->assertSee('Browser Sessions')
->assertSee('Two Factor Authentication');
}