Closed dhiegohenrique closed 5 years ago
I have the following verification: .assert.ok (text.length, 'Has tool tip content')
.assert.ok (text.length, 'Has tool tip content')
I wonder if there's any way to change that for an expect. Something like:
.expect.element (xpathTooltip) .text.to.not.be.undefined
Does anyone know if this exists? thankful
Please use the Mailing List or StackOverflow to ask for assistance. The GitHub Issues list is meant for submitting bugs and feature requests.
I have the following verification:
.assert.ok (text.length, 'Has tool tip content')
I wonder if there's any way to change that for an expect. Something like:
.expect.element (xpathTooltip) .text.to.not.be.undefined
Does anyone know if this exists? thankful