We can verify tooltip text using protractor by fetching the value of ‘title’ attribute.
element(by.id("some")).getAttribute("title").then(function(tooltip){
console.log(tooltip)
}
element(by.id("some")).getAttribute("title").then(function(tooltip){
console.log(tooltip)
}