Openbravo Issue Tracking System - POS2
View Issue Details
0049690POS2POSpublic2022-06-29 18:382022-08-31 12:31
jarmendariz 
jarmendariz 
normalminorhave not tried
closedfixed 
5
 
22Q4 
No
0049690: Add functional testing for Product Search
In order to complement the unit testing for the features of Product Search, it
would be nice to add a functional test that test the whole flow.
See description
No tags attached.
Issue History
2022-06-29 18:38jarmendarizNew Issue
2022-06-29 18:38jarmendarizAssigned To => jarmendariz
2022-06-29 18:38jarmendarizTriggers an Emergency Pack => No
2022-06-29 18:38jarmendarizStatusnew => scheduled
2022-06-29 18:42hgbotNote Added: 0138870
2022-06-29 18:47hgbotNote Added: 0138871
2022-08-26 14:21hgbotNote Added: 0140435
2022-08-26 14:21hgbotNote Added: 0140436
2022-08-29 11:01hgbotNote Added: 0140456
2022-08-31 12:31hgbotResolutionopen => fixed
2022-08-31 12:31hgbotStatusscheduled => closed
2022-08-31 12:31hgbotNote Added: 0140558
2022-08-31 12:31hgbotFixed in Version => 22Q4
2022-08-31 12:31hgbotNote Added: 0140559

Notes
(0138870)
hgbot   
2022-06-29 18:42   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/788 [^]
(0138871)
hgbot   
2022-06-29 18:47   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1056 [^]
(0140435)
hgbot   
2022-08-26 14:21   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: c9b7f6f43e5c6496fdecb215a945bb7c69bbaccc
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 26-08-2022 14:21:10
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/c9b7f6f43e5c6496fdecb215a945bb7c69bbaccc [^]

Related to ISSUE-49690: Adding option info to test-id of PickAndExecuteOptionTree

---
M web-jspack/org.openbravo.core2/src/components/PickAndExecutePopup/PickAndExecuteOptionTree/PickAndExecuteOptionTree.jsx
---
(0140436)
hgbot   
2022-08-26 14:21   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/788 [^]
(0140456)
hgbot   
2022-08-29 11:01   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: e1fc6d6384705eb1f303347195895770192d0288
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 29-08-2022 11:01:33
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/e1fc6d6384705eb1f303347195895770192d0288 [^]

Related to ISSUE-49690: Fixes CI errors

---
M web-jspack/org.openbravo.core2/src/components/PickAndExecutePopup/PickAndExecuteOptionTree/__test__/PickAndExecuteOptionTree.test.jsx
M web-jspack/org.openbravo.core2/src/components/PickAndExecutePopup/PickAndExecuteOptionTreeList/__test__/PickAndExecuteOptionTreeList.test.jsx
M web-jspack/org.openbravo.core2/src/components/PickAndExecutePopup/__test__/PickAndExecutePopup.test.jsx
---
(0140558)
hgbot   
2022-08-31 12:31   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1056 [^]
(0140559)
hgbot   
2022-08-31 12:31   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 7009ac0474640b0405a5e64321e0e46eef93692e
Author: Javier Armendáriz <javier.armendariz@openbravo.com>
Date: 31-08-2022 12:31:33
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/7009ac0474640b0405a5e64321e0e46eef93692e [^]

Fixed ISSUE-49690: Adding functional test for Product Search

---
A web-jspack/org.openbravo.pos2/src-test/cypress/fixtures/ProductSearch.json
A web-jspack/org.openbravo.pos2/src-test/cypress/functions/productSearch.js
A web-jspack/org.openbravo.pos2/src-test/cypress/integration/Components/productSearch.spec.js
M web-jspack/org.openbravo.pos2/src-test/cypress/functions/index.js
M web-jspack/org.openbravo.pos2/src-test/cypress/integration/RunAllSpecs/runAllSpecs.spec.js
M web-jspack/org.openbravo.pos2/src/components/ProductSearch/AvailableProductFilterButton/AvailableProductFilterButton.jsx
---