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 @@ -59,7 +59,7 @@ utam-preview module has dependency from UTAM compiler, version should be same as

The utam-preview module is an example of page objects authoring and compilation. This module also contains Salesforce page objects for default org setup that can be used to build Salesforce UI tests.

__IMPORTANT: Page objects and tests for the Salesforce UI are compatible with application Spring'24__.
__IMPORTANT: Page objects and tests for the Salesforce UI are compatible with application Spring'26__.

> Note: 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.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</modules>

<properties>
<utam.framework.version>4.0.3</utam.framework.version>
<salesforce.pageobjects.version>10.0.2</salesforce.pageobjects.version>
<utam.framework.version>4.0.5</utam.framework.version>
<salesforce.pageobjects.version>12.0.0</salesforce.pageobjects.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down