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

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


The following commit(s) were added to refs/heads/master by this push:
     new 118985c  [SYNCOPE-1455] Fix test
118985c is described below

commit 118985c1cd4ced6b8a19d05e5725568982562931
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jun 7 17:37:32 2019 +0200

    [SYNCOPE-1455] Fix test
---
 .../src/test/java/org/apache/syncope/fit/console/PoliciesITCase.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/fit/core-reference/src/test/java/org/apache/syncope/fit/console/PoliciesITCase.java
 
b/fit/core-reference/src/test/java/org/apache/syncope/fit/console/PoliciesITCase.java
index 178597f..8198ea6 100644
--- 
a/fit/core-reference/src/test/java/org/apache/syncope/fit/console/PoliciesITCase.java
+++ 
b/fit/core-reference/src/test/java/org/apache/syncope/fit/console/PoliciesITCase.java
@@ -486,7 +486,7 @@ public class PoliciesITCase extends AbstractConsoleITCase {
         TESTER.cleanupFeedbackMessages();
 
         TESTER.clickLink(
-                
"body:content:tabbedPanel:panel:outerObjectsRepeater:4:outer:form:content:container:content:exit");
+                
"body:content:tabbedPanel:panel:outerObjectsRepeater:4:outer:form:content:container:content:utility");
 
         closeCallBack(modal);
     }
@@ -583,7 +583,7 @@ public class PoliciesITCase extends AbstractConsoleITCase {
         TESTER.cleanupFeedbackMessages();
 
         TESTER.clickLink(
-                
"body:content:tabbedPanel:panel:outerObjectsRepeater:4:outer:form:content:container:content:exit");
+                
"body:content:tabbedPanel:panel:outerObjectsRepeater:4:outer:form:content:container:content:utility");
 
         closeCallBack(modal);
 

Reply via email to