Skip to content

Commit 5e70c8a

Browse files
committed
Beter debug
1 parent bd58d59 commit 5e70c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helper/webapi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ module.exports.tests = function () {
690690
it('should grab multiple texts from page', async () => {
691691
await I.amOnPage('/info')
692692
let vals = await I.grabTextFromAll('#grab-multiple a')
693-
console.log(vals)
693+
assert.equal(vals, 'hani')
694694
assert.equal(vals[0], 'First')
695695
assert.equal(vals[1], 'Second')
696696
assert.equal(vals[2], 'Third')

0 commit comments

Comments
 (0)