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 5e70c8a commit 75e8852Copy full SHA for 75e8852
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
- assert.equal(vals, 'hani')
+ assert.equal(vals, 'hansi')
694
assert.equal(vals[0], 'First')
695
assert.equal(vals[1], 'Second')
696
assert.equal(vals[2], 'Third')
@@ -705,6 +705,7 @@ module.exports.tests = function () {
705
706
707
let vals = await I.grabHTMLFromAll('#grab-multiple a')
708
709
710
711
0 commit comments