diff --git a/tests/tests-integrations/src/main/java/org/eclipse/dirigible/integration/tests/ui/tests/DependsOnHarmoniaTestProject.java b/tests/tests-integrations/src/main/java/org/eclipse/dirigible/integration/tests/ui/tests/DependsOnHarmoniaTestProject.java
index a4378f2ad23..8c62cb97c56 100644
--- a/tests/tests-integrations/src/main/java/org/eclipse/dirigible/integration/tests/ui/tests/DependsOnHarmoniaTestProject.java
+++ b/tests/tests-integrations/src/main/java/org/eclipse/dirigible/integration/tests/ui/tests/DependsOnHarmoniaTestProject.java
@@ -60,10 +60,11 @@ public void verify() {
// equivalent of the AngularJS "Create" button).
browser.clickOnElementWithText(HtmlElementType.BUTTON, "New");
- // The form caption is the entity's (uppercased) human label - assert it resolved to a real
- // value and not the literal "${ENTITYLABEL}" (the depends-on entities are hand-authored, so
- // they carry no baked entityLabel; the generator must derive it).
- browser.assertElementExistsByTypeAndContainsText(HtmlElementType.SPAN, "ORDERS");
+ // The form caption is the entity's human label - assert it resolved to a real value and not
+ // the literal "${ENTITYLABEL}" (the depends-on entities are hand-authored, so they carry no
+ // baked entityLabel; the generator must derive it). The caption no longer force-uppercases
+ // (title styling unified with the document layout in #6361), so the resolved label is "Orders".
+ browser.assertElementExistsByTypeAndContainsText(HtmlElementType.SPAN, "Orders");
// Pick Country = Bulgaria. The Harmonia x-h-select hides the bound
// and renders a visible trigger whose text is the placeholder; click