# HG changeset patch
# User Adrián Romero <adrianromero@openbravo.com>
# Date 1505921579 -7200
#      Wed Sep 20 17:32:59 2017 +0200
# Node ID 08dc9cc903eb29dbcddcbd6556e194ebe88ae040
# Parent  a75f9d29536fa96c817859443ed365bdfdd92e03
Related to issue 0036906: Approval dialog content is created every time the dialog is displayed but never destroyed
* Adjust testIDs according new approval component name

diff --git a/src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java b/src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
--- a/src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
+++ b/src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java
@@ -1133,9 +1133,9 @@
 
   // Approval POPUP
   public static TestIdConstructor POPUP_APPROVAL = new TestIdConstructor(
-      "confirmationContainer_approval"); //
+      "approval-panel_bodyContent"); //
   public static TestIdConstructor LABEL_APPROVAL_POPUP_TITLE = new TestIdConstructor(
-      "approval_header"); //
+      "approval-panel_header"); //
   public static TestIdConstructor FIELD_APPROVAL_POPUP_USERNAME = new TestIdConstructor(
       "bodyContent_username"); //
   public static TestIdConstructor FIELD_APPROVAL_POPUP_PASSWORD = new TestIdConstructor(
