Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository contains examples of how to test the Salesforce UI using the [UT
> These recipes are designed to work with a generic Salesforce org. If your org has customizations, you might need to modify page objects or tests locally to avoid errors.

> [!IMPORTANT]
> __This repository's page objects and UI tests are compatible with the Salesforce Summer'25 release.__
> __This repository's page objects and UI tests are compatible with the Salesforce Spring'26 release.__

## Project structure

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@
"isbinaryfile": "^5.0.0",
"lint-staged": "^15.2.2",
"prettier": "3.1.1",
"salesforce-pageobjects": "^10.0.2",
"wdio-utam-service": "^3.2.2"
"salesforce-pageobjects": "^12.0.0",
"wdio-utam-service": "^3.3.0"
},
"volta": {
"node": "20.9.0"
"node": "20.9.0",
"yarn": "4.12.0"
},
"engines": {
"node": ">= 18"
Expand Down
2 changes: 1 addition & 1 deletion utam-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"devDependencies": {
"utam": "^2.2.0"
"utam": "^3.3.0"
},
"volta": {
"extends": "../package.json"
Expand Down
2 changes: 1 addition & 1 deletion utam-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
},
"devDependencies": {
"utam": "^2.2.0"
"utam": "^3.3.0"
},
"volta": {
"extends": "../package.json"
Expand Down
Loading