Rahul Sharma

Results 1 issues of Rahul Sharma

New to both webdriverio and chai-webdriverio. I am using something like ``` var linkToArticleSelector = "a[href='link-to-article']" expect(linkToArticleSelector).to.be.there(); ``` While this works as expected, is there a way to deal with...