so you are checking if a string is inside another ...
# help
g
so you are checking if a string is inside another string,
expect(s).to.include(s2)
I think