Skip to content

Commit bd58d59

Browse files
committed
Added debug
1 parent a0d7a83 commit bd58d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/helper/webapi.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +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)
693694
assert.equal(vals[0], 'First')
694695
assert.equal(vals[1], 'Second')
695696
assert.equal(vals[2], 'Third')

0 commit comments

Comments
 (0)