Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039135Retail ModulesTests Stabilizationpublic2018-08-14 11:512019-01-11 21:17
guilleaer 
alekosmp86 
normalmajorhave not tried
acknowledgedopen 
5
 
 
No
0039135: Several test are not stable
org.openbravo.test.mobile.retail.extmodules.selenium.tests.stockvalidation.I37065E_VerifyProductAttributesAreFullyDefined.test


org.openbravo.test.mobile.retail.extmodules.selenium.tests.discounts_scaledprice.I38813_VerifyDiscountWhenCanceledByAnother.test


org.openbravo.test.mobile.retail.pack.selenium.tests.layaway.I38365_VerifyOpenLayawayWithoutPermissionForThatTicket.test



errors can be checked here

https://ci.openbravo.com/job/ret-qa-test-oracle-suite4/4203/testReport/org.openbravo.test.mobile.retail.pack.selenium.tests.layaway/I38365_VerifyOpenLayawayWithoutPermissionForThatTicket/test/ [^]

https://ci.openbravo.com/job/ret-qa-modules-pgsql-suite1/4201/testReport/junit/org.openbravo.test.mobile.retail.extmodules.selenium.tests.discounts_scaledprice/I38813_VerifyDiscountWhenCanceledByAnother/test/ [^]

https://ci.openbravo.com/job/ret-qa-modules-pgsql-suite2/1750/testReport/org.openbravo.test.mobile.retail.extmodules.selenium.tests.stockvalidation/I37065E_VerifyProductAttributesAreFullyDefined/test/ [^]
N/A
No tags attached.
Issue History
2018-08-14 11:51guilleaerNew Issue
2018-08-14 11:51guilleaerAssigned To => alekosmp86
2018-08-14 11:51guilleaerTriggers an Emergency Pack => No
2018-08-14 12:18guilleaerDescription Updatedbug_revision_view_page.php?rev_id=17530#r17530
2018-08-14 17:27hgbotCheckin
2018-08-14 17:27hgbotNote Added: 0106347
2018-08-14 19:39hgbotCheckin
2018-08-14 19:39hgbotNote Added: 0106348
2018-08-14 21:22hgbotCheckin
2018-08-14 21:22hgbotNote Added: 0106349
2019-01-11 21:17alekosmp86Statusnew => acknowledged

Notes
(0106347)
hgbot   
2018-08-14 17:27   
Repository: tools/automation/pi-mobile
Changeset: bb1563d9557ed323eb32e4ab68366611f5885885
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Aug 14 11:18:09 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/bb1563d9557ed323eb32e4ab68366611f5885885 [^]

Related to issue 39135: trying to stabilize test I38365_VerifyOpenLayawayWithoutPermissionForThatTicket
For some (unknown) reason, after login in the terminal with the test user, the
method BackboneHelper.getDocumentNo() wasn't returning the receipt's number, but
an empty string instead, which causes the test to crash further ahead, so now
the receipt's number is captured before changing users.

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I38365_VerifyOpenLayawayWithoutPermissionForThatTicket.java
---
(0106348)
hgbot   
2018-08-14 19:39   
Repository: tools/automation/pi-mobile
Changeset: 3078907d665b09979247d56eaf3c158c86ea25d3
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Aug 14 12:42:07 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/3078907d665b09979247d56eaf3c158c86ea25d3 [^]

Related to issue 39135: trying to stabilize test I37065E_VerifyProductAttributesAreFullyDefined
Added an entry to AllowedErrorsHelper class due to an expected error in test.

---
M src-test/org/openbravo/test/mobile/core/utils/AllowedErrorsHelper.java
---
(0106349)
hgbot   
2018-08-14 21:22   
Repository: tools/automation/pi-mobile
Changeset: 59769df087e5bb98b9ff56721298b5b00030479b
Author: Alejandro <alekosmp86 <at> gmail.com>
Date: Tue Aug 14 15:22:06 2018 -0400
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/59769df087e5bb98b9ff56721298b5b00030479b [^]

Related to issue 39135: trying to stabilize test I38813_VerifyDiscountWhenCanceledByAnother
Discount amount changed to the correct expected amount.

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_scaledprice/I38813_VerifyDiscountWhenCanceledByAnother.java
---