expect(['something','nothing','hot cocoa']).to.be....
# e2e-testing
p
expect(['something','nothing','hot cocoa']).to.be.an('array').that.includes.something.like('cocoa') this will fail: Command: assert Actual: hot cocoa Expected: cocoa Message: expected an element of [ something, nothing, hot cocoa ] to be like cocoa I am not sure what is the best way here