Assert that the given string is contained within the response. This assertion will automatically escape the given string unless you pass a second argument of false:
false
$response->assertSee($value, $escaped = true);