pos_debt_notebook unit-tour-test#1104
pos_debt_notebook unit-tour-test#1104fedoranvar wants to merge 3 commits intoitpp-labs:11.0from fedoranvar:11.0-pos_debt_notebook-tour
Conversation
There was a problem hiding this comment.
3 installable modules are updated:
├─ pos_category_multi/
| ├─ README.rst
| ├─ __init__.py
| ├─ __manifest__.py
| └─ doc/
| └─ changelog.rst
├─ pos_debt_notebook/
| ├─ README.rst
| ├─ static/
| | └─ src/
| | └─ js/
| | └─ test_pos_debt.js
| └─ tests/
| └─ test_pos_debt.py
└─ pos_debt_notebook_sync/
├─ __manifest__.py
├─ static/
| └─ src/
| └─ js/
| └─ test_debt_sync.js
├─ tests/
| ├─ __init__.py
| └─ test_debt_sync.py
└─ views/
└─ assets.xml
Not installable modules remain unchanged.
sent by ✌️ Odoo Review Bot
KolushovAlexandr
left a comment
There was a problem hiding this comment.
- add a scenario with an order paid with all credit payment methods altogether
- check the balance was changed (in the backend) after all scenarios with validated orders (better use different partners or make several tours)
- request a review only after tests are passed on travis
pos_category_multi/doc/changelog.rst
Outdated
| `1.0.2` | ||
| ------- | ||
|
|
||
| **Improvement:** After install didn't update categories if there were any |
There was a problem hiding this comment.
it's not a fix, its improvement write smth according to it
| // Scenario: Proceed order with autopay-button (bottom-left corner) | ||
| function scene_7(steps, client, price) { | ||
| return steps.concat( | ||
| add_product_to_order("Miscellaneous"), |
There was a problem hiding this comment.
do not do those repetitive steps, you can change prices for some particular products in python before tours start and save some time on it.
|
Also ensure the pos_debt_notebook_sync does not repeat the whole steps of pos_debt. Some simple stuff as |
At the moment, don't have a clue about how to do it. To be exactly, "how to pass arguments from python to js-tour-test" |
KolushovAlexandr
left a comment
There was a problem hiding this comment.
- AssertionError: error tour tour_pos_debt_notebook failed at step .button.next.highlight:contains("validate")
- pos debt sync tests
No description provided.