-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Summary
When following the readme and upgrading "chromedriver" to "^133.0.2", when you run the UI tests you hit the following error:
TypeError: elements.map is not a function
at async UserContext. (file://ebikes-lwc/force-app/test/utam/page-explorer.spec.js:31:25)
Salesforce Org Type
Scratch Org
Steps To Reproduce
Environment:
Node version: v22.12.0
npm version: 10.9.0
SF version: 2.48.6
chromedriver version: ^133.0.2
Reproduction steps:
Follow the readme and run the UI tests.
Current Behavior
When following the readme and upgrading "chromedriver" to "^133.0.2", when you run the UI tests you hit the following error:
TypeError: elements.map is not a function
at async UserContext. (file://ebikes-lwc/force-app/test/utam/page-explorer.spec.js:31:25)
Expected Behavior
When following the readme and upgrading "chromedriver" to "^133.0.2", when you run the UI tests it passes successfully.
Relevant Log Output
Code of Conduct
- I agree to follow this project's Code of Conduct