We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd58d59 commit 5e70c8aCopy full SHA for 5e70c8a
test/helper/webapi.js
@@ -690,7 +690,7 @@ module.exports.tests = function () {
690
it('should grab multiple texts from page', async () => {
691
await I.amOnPage('/info')
692
let vals = await I.grabTextFromAll('#grab-multiple a')
693
- console.log(vals)
+ assert.equal(vals, 'hani')
694
assert.equal(vals[0], 'First')
695
assert.equal(vals[1], 'Second')
696
assert.equal(vals[2], 'Third')
0 commit comments