Is it possible to pass a selected element to expect, rather than a string selector? Is there any way I could use it like this? ``` const element = $('.css-selector') expect(element).to.be.there() ``` Thanks