Testing the text in a view with karma/jasmine

Hello

I’m trying to figure out how to test that the text in my view is as inteded because last week i pushed code to google play with the wrong text

i have

    
this is some text that i want to test

inside of my


How can i retreive that into my test to test my text?

Thanks.