# HG changeset patch
# User Mario Castello <mario.castello@peoplewalking.com>
# Date 1490991830 21600
#      vie mar 31 14:23:50 2017 -0600
# Node ID 26ebc98c3e01b6aaa0eea0908495eb2a19ef919f
# Parent  97a503d6234e5462bf1d2f81b6e086aaefb61a45
Verifies issue 35646: Fixed gift card test

diff --git a/src-test/org/openbravo/test/mobile/retail/extmodules/selenium/TestIdExtModules.java b/src-test/org/openbravo/test/mobile/retail/extmodules/selenium/TestIdExtModules.java
--- a/src-test/org/openbravo/test/mobile/retail/extmodules/selenium/TestIdExtModules.java
+++ b/src-test/org/openbravo/test/mobile/retail/extmodules/selenium/TestIdExtModules.java
@@ -47,8 +47,10 @@
 
   public static TestIdConstructor FIELD_SEARCH_GIFTCARD = new TestIdConstructor(
       "listgiftcards_filterText"); //
+  public static TestIdConstructor BUTTON_CLEAR_GIFTCARD = new TestIdConstructor(
+      "listgiftcards_clearButton", EnyoKind.BUTTON); //
   public static TestIdConstructor BUTTON_SEARCH_GIFTCARD = new TestIdConstructor(
-      "listgiftcards_smallButton2", EnyoKind.BUTTON); //
+      "listgiftcards_searchButton", EnyoKind.BUTTON); //
   public static TestIdConstructor LABEL_NORESULTS_GIFTCARD = new TestIdConstructor(
       "listgiftcards_renderEmpty"); //
   public static TestIdConstructor BUTTON_CLOSE_SEARCH_GIFTCARD = new TestIdConstructor(
