Skip to content

Commit 42f91ee

Browse files
authored
chore: update POs dependency (#46)
1 parent 28e7e0b commit 42f91ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ utam-preview module has dependency from UTAM compiler, version should be same as
5959

6060
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.
6161

62-
__IMPORTANT: Page objects and tests for the Salesforce UI are compatible with application Spring'23__.
62+
__IMPORTANT: Page objects and tests for the Salesforce UI are compatible with application Spring'24__.
6363

6464
> 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.
6565

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<utam.framework.version>2.0.8</utam.framework.version>
18-
<salesforce.pageobjects.version>5.0.0</salesforce.pageobjects.version>
18+
<salesforce.pageobjects.version>6.0.0</salesforce.pageobjects.version>
1919
<maven.compiler.source>11</maven.compiler.source>
2020
<maven.compiler.target>11</maven.compiler.target>
2121
</properties>

0 commit comments

Comments
 (0)