Skip to content

Commit 75e8852

Browse files
committed
More debug
1 parent 5e70c8a commit 75e8852

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/helper/webapi.js

Lines changed: 2 additions & 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-
assert.equal(vals, 'hani')
693+
assert.equal(vals, 'hansi')
694694
assert.equal(vals[0], 'First')
695695
assert.equal(vals[1], 'Second')
696696
assert.equal(vals[2], 'Third')
@@ -705,6 +705,7 @@ module.exports.tests = function () {
705705

706706
await I.amOnPage('/info')
707707
let vals = await I.grabHTMLFromAll('#grab-multiple a')
708+
assert.equal(vals, 'hansi')
708709
assert.equal(vals[0], 'First')
709710
assert.equal(vals[1], 'Second')
710711
assert.equal(vals[2], 'Third')

0 commit comments

Comments
 (0)