File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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" ,
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 },
Original file line number Diff line number Diff 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' )
You can’t perform that action at this time.
0 commit comments