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 a0d7a83 commit bd58d59Copy full SHA for bd58d59
test/helper/webapi.js
@@ -690,6 +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)
694
assert.equal(vals[0], 'First')
695
assert.equal(vals[1], 'Second')
696
assert.equal(vals[2], 'Third')
0 commit comments