get('/admin/login'); $response->assertSuccessful(); $response->assertSee('Sign in with Microsoft'); $response->assertSee(route('auth.entra.redirect'), false); $response->assertDontSee('type="password"', false); $response->assertDontSee('name="password"', false); });