Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044423Retail ModulesWeb POSpublic2020-06-19 10:442020-06-29 10:47
prakashmurugesan88 
prakashmurugesan88 
normalminorhave not tried
closedfixed 
5
 
RR20Q3 
marvintm
No
0044423: Add Loyalty Points tests failing randomly in try on verifying added points
Add Loyalty Points tests failing randomly in try on verifying added points with following error,

"The expected value for 'availablepoints' does not match the existing value.

""The expected value for 'sub444BAE18AAA7490AA9E8A2F01946A0C10_availablepoints (testId = sub444BAE18AAA7490AA9E8A2F01946A0C10_availablepoints)' does not match the existing value.
Expected: """"* Total Points: 30""""
     but: was """"* Total Points: 20"""""""

This may be due to customer loyalty points loaded before data synchronized in Back office.
Error occurs randomly on verifying added points.
No tags attached.
Issue History
2020-06-19 10:44prakashmurugesan88New Issue
2020-06-19 10:44prakashmurugesan88Assigned To => prakashmurugesan88
2020-06-19 10:44prakashmurugesan88Triggers an Emergency Pack => No
2020-06-19 10:44prakashmurugesan88Statusnew => scheduled
2020-06-22 09:53hgbotCheckin
2020-06-22 09:53hgbotNote Added: 0120945
2020-06-25 04:48prakashmurugesan88Statusscheduled => resolved
2020-06-25 04:48prakashmurugesan88Resolutionopen => fixed
2020-06-29 10:47marvintmReview Assigned To => marvintm
2020-06-29 10:47marvintmStatusresolved => closed
2020-06-29 10:47marvintmFixed in Version => RR20Q3

Notes
(0120945)
hgbot   
2020-06-22 09:53   
Repository: tools/automation/pi-mobile
Changeset: 24bc97e7626074fea5faf4087b4414c559a5b570
Author: Prakash M <prakash <at> qualiantech.com>
Date: Mon Jun 22 13:22:40 2020 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/24bc97e7626074fea5faf4087b4414c559a5b570 [^]

Related BUG-44423: Add Loyalty Points tests failing randomly in try on verifying
added points

* It seems customer loyalty points loaded before data synchronized in Back
office.

* Added wait for synchronization and reloaded to update customer points with
latest points

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/points/ALP010AddLoyaltyPointsForCustomerWithMultipleSubscriptionsFromMenuEntry.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/points/ALP020AddLoyaltyPointsForCustomerWithSingleSubscriptionsFromMenuEntry.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/points/ALP040AddLoyaltyPointsForCustomerWithMultipleSubscriptionsFromLastActivity.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/points/ALP050AddLoyaltyPointsForCustomerChangingPreLoadSubscriptionFromLastActivity.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/points/ALP070AddLoyaltyPointsForCustomerFromMenuEntryWithApproval.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/loyalty/points/ALP080AddLoyaltyPointsForCustomerFromLastActivityWithApproval.java
---