Openbravo Issue Tracking System - Retail Modules
View Issue Details
0026982Retail ModulesWeb POSpublic2014-07-01 08:352014-09-17 01:05
Orekaria 
Orekaria 
normalmajoralways
closedfixed 
5
 
RR14Q4 
szapata
No
0026982: Tests: Some needed UI objects are untesteable. Modify UI structure/TestRegistry algorithm.
Due to the UI structure, some UI objects can't have a unique and reliable idtest.
Login with vallblanca
Tap on the customer description ("VBS Customer")
In the "Assign a customer to this receipt" popup
- open the console
- type TestRegistry.appendIdTestToDOM()
- right click on the search button and "inspect element"

verify that the TestRegistry was unable to create a unique and reliable idtest
verify that the id of the button is in the TestRegistry.printUntesteableIds() list
Modify the UI structure adding an enyo component with a unique "name"
No tags attached.
blocks feature request 0027526RR14Q4 closed Orekaria Tests: Fix the Business Partner modal to support ScrollableTable test functions 
Issue History
2014-07-01 08:35OrekariaNew Issue
2014-07-01 08:35OrekariaAssigned To => Orekaria
2014-07-01 08:35OrekariaTriggers an Emergency Pack => No
2014-07-01 08:37OrekariaSummarySome needed UI objects are untesteable. Modify UI structure/TestRegistry algorithm. => Tests: Some needed UI objects are untesteable. Modify UI structure/TestRegistry algorithm.
2014-07-03 05:51hgbotCheckin
2014-07-03 05:51hgbotNote Added: 0068520
2014-09-02 13:08OrekariaRelationship addedblocks 0027526
2014-09-02 13:11hgbotCheckin
2014-09-02 13:11hgbotNote Added: 0069911
2014-09-02 13:11hgbotStatusnew => resolved
2014-09-02 13:11hgbotResolutionopen => fixed
2014-09-02 13:11hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/457e3918b2cd5c7b29e8c43b35b0ad22118294ff [^]
2014-09-17 01:05szapataReview Assigned To => szapata
2014-09-17 01:05szapataStatusresolved => closed

Notes
(0068520)
hgbot   
2014-07-03 05:51   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 5f5fff8f7d842379fb93d1257e01a0534a55d0c9
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Jul 03 05:51:35 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5f5fff8f7d842379fb93d1257e01a0534a55d0c9 [^]

Related to issue 26982: duplicated names in businessPartner objects

---
M web/org.openbravo.retail.posterminal/js/components/businesspartner.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customersadvancedsearch.js
---
(0069911)
hgbot   
2014-09-02 13:11   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 457e3918b2cd5c7b29e8c43b35b0ad22118294ff
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Sep 02 13:09:31 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/457e3918b2cd5c7b29e8c43b35b0ad22118294ff [^]

Fixes issue 26982: a name has been added for the TestRegistry to find the bp dom objects

---
M web/org.openbravo.retail.posterminal/js/components/businesspartner.js
---