Skip to content

Commit 644f824

Browse files
izaerabrianchandotcom
authored andcommitted
LPD-52709 Move upgrade tests to Chrome 139
1 parent e47b211 commit 644f824

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

portal-web/test/functional/com/liferay/portalweb/tests/coreinfrastructure/upgrades/DBStoreUpgrade.testcase

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@component-name = "portal-db-infrastructure"
22
definition {
33

4+
property browser.chrome.version = "139.0";
45
property custom.properties = "dl.store.impl=com.liferay.portal.store.db.DBStore";
56
property portal.release = "true";
67
property portal.upstream = "true";

portal-web/test/functional/com/liferay/portalweb/tests/coreinfrastructure/upgrades/PortalSmokeAutoUpgrade.testcase

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
definition {
33

44
property app.server.types = "jboss,tomcat,weblogic,wildfly";
5+
property browser.chrome.version = "139.0";
56
property ci.retries.disabled = "true";
67
property database.auto.upgrade.enabled = "true";
78
property database.types = "db2,mariadb,mysql,oracle,postgresql,sqlserver";

portal-web/test/functional/com/liferay/portalweb/tests/coreinfrastructure/upgrades/PortalSmokeUpgrade.testcase

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
definition {
33

44
property app.server.types = "jboss,tomcat,weblogic,wildfly";
5+
property browser.chrome.version = "139.0";
56
property ci.retries.disabled = "true";
67
property database.types = "db2,mariadb,mysql,oracle,postgresql,sqlserver";
78
property portal.release = "true";

portal-web/test/functional/com/liferay/portalweb/tests/coreinfrastructure/upgrades/VirtualInstancesUpgrade.testcase

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@component-name = "portal-db-infrastructure"
22
definition {
33

4+
property browser.chrome.version = "139.0";
45
property portal.release = "true";
56
property portal.upstream = "true";
67
property test.assert.warning.exceptions = "true";

portal-web/test/functional/com/liferay/portalweb/tests/enduser/wem/upgrades/layout/WidgetPagesUpgrade.testcase

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@component-name = "portal-db-infrastructure"
22
definition {
33

4+
property browser.chrome.version = "139.0";
45
property ci.retries.disabled = "true";
56
property portal.release = "true";
67
property portal.upstream = "true";

0 commit comments

Comments
 (0)