Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038010Retail ModulesTests Stabilizationpublic2018-02-27 16:462018-02-27 16:51
alekosmp86 
alekosmp86 
normalminorrandom
newopen 
5
 
 
No
0038010: I37911_VerifyKeyboardOnCashup
java.lang.AssertionError: The expected value for 'keyboard_editbox (testId = keyboard_editbox)' does not match the existing value.
Expected: "123.00/"
     but: was "/"
Run test in I37911_VerifyKeyboardOnCashup.java
Sometimes the test fail with the error described above
The problem might be caused because the keys are being pressed before the textinput element is ready, so first, we must check that the ui element is ready, and then try pressing the keys with a very small delay.
No tags attached.
Issue History
2018-02-27 16:46alekosmp86New Issue
2018-02-27 16:46alekosmp86Assigned To => Retail
2018-02-27 16:46alekosmp86Triggers an Emergency Pack => No
2018-02-27 16:47alekosmp86Assigned ToRetail => alekosmp86
2018-02-27 16:51hgbotCheckin
2018-02-27 16:51hgbotNote Added: 0102854

Notes
(0102854)
hgbot   
2018-02-27 16:51   
Repository: tools/automation/pi-mobile
Changeset: de7d9d853e4f477e8603d1745ec8547d332a1815
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Feb 27 10:48:54 2018 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/de7d9d853e4f477e8603d1745ec8547d332a1815 [^]

Related to issue 38010: Before pressing keys, verify the input is ready.

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I37911_VerifyKeyboardOnCashup.java
---