Skip to content

Commit 0034ddc

Browse files
committed
Try 9.15.0
1 parent 9ee1363 commit 0034ddc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@
134134
"@types/chai": "5.2.2",
135135
"@types/inquirer": "9.0.9",
136136
"@types/node": "24.4.0",
137-
"@wdio/sauce-service": "9.19.2",
137+
"@wdio/sauce-service": "9.15.0",
138138
"@wdio/selenium-standalone-service": "8.15.0",
139-
"@wdio/utils": "9.19.2",
139+
"@wdio/utils": "9.15.0",
140140
"@xmldom/xmldom": "0.9.8",
141141
"chai": "^4.0.0",
142142
"chai-as-promised": "7.1.2",
@@ -175,7 +175,7 @@
175175
"typedoc-plugin-markdown": "4.8.1",
176176
"typescript": "5.8.3",
177177
"wdio-docker-service": "3.2.1",
178-
"webdriverio": "9.19.2",
178+
"webdriverio": "9.15.0",
179179
"xml2js": "0.6.2",
180180
"xpath": "0.0.34"
181181
},

test/helper/webapi.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,6 @@ 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, 'hansi')
694693
assert.equal(vals[0], 'First')
695694
assert.equal(vals[1], 'Second')
696695
assert.equal(vals[2], 'Third')
@@ -705,7 +704,6 @@ module.exports.tests = function () {
705704

706705
await I.amOnPage('/info')
707706
let vals = await I.grabHTMLFromAll('#grab-multiple a')
708-
assert.equal(vals, 'hansi')
709707
assert.equal(vals[0], 'First')
710708
assert.equal(vals[1], 'Second')
711709
assert.equal(vals[2], 'Third')

0 commit comments

Comments
 (0)