This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/4_0_X by this push:
     new 0b5243433c [SYNCOPE-1946] Adjusting RealmsITCase
0b5243433c is described below

commit 0b5243433c77296e3841812f2fcdf437d06a92d4
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jan 28 16:10:12 2026 +0100

    [SYNCOPE-1946] Adjusting RealmsITCase
---
 .../src/test/java/org/apache/syncope/fit/console/RealmsITCase.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fit/core-reference/src/test/java/org/apache/syncope/fit/console/RealmsITCase.java
 
b/fit/core-reference/src/test/java/org/apache/syncope/fit/console/RealmsITCase.java
index b04da889fe..8190ec1d06 100644
--- 
a/fit/core-reference/src/test/java/org/apache/syncope/fit/console/RealmsITCase.java
+++ 
b/fit/core-reference/src/test/java/org/apache/syncope/fit/console/RealmsITCase.java
@@ -80,7 +80,7 @@ public class RealmsITCase extends AbstractConsoleITCase {
 
         TESTER.getRequest().addParameter("confirm", "true");
         
TESTER.clickLink("body:content:body:container:content:tabbedPanel:panel:"
-                + "actionsPanel:actions:actionRepeater:3:action:action");
+                + "actionsPanel:actions:actionRepeater:4:action:action");
 
         assertSuccessMessage();
         TESTER.cleanupFeedbackMessages();

Reply via email to