-
-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pos_debt_notebook unit-tour-test #1104
base: 11.0
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not a fix, its improvement write smth according to it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
// 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- AssertionError: error tour tour_pos_debt_notebook failed at step .button.next.highlight:contains("validate")
- pos debt sync tests
No description provided.