mirror of
https://github.com/odoo/documentation.git
synced 2025-12-19 10:59:19 +07:00
[FIX] developer/testing: list typo
Fix a typo in the list of #introspecting-debugging-steps to make the property pause more evident to the reader closes odoo/documentation#10157 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
committed by
Mathias Mathy (MAMA)
parent
8cf0318a83
commit
5651bfda49
@@ -850,7 +850,8 @@ case there are two main tricks:
|
|||||||
- the tour continues as soon as you resume execution
|
- the tour continues as soon as you resume execution
|
||||||
**Drawbacks**
|
**Drawbacks**
|
||||||
- page interaction is limited as all javascript is blocked
|
- page interaction is limited as all javascript is blocked
|
||||||
- a step property ``pause: true,`` in debug mode (debug=True).
|
|
||||||
|
- A step property ``pause: true,`` in debug mode (debug=True).
|
||||||
|
|
||||||
The tour will stop at the end of the step. This allows inspecting
|
The tour will stop at the end of the step. This allows inspecting
|
||||||
and interacting with the page until the developer is ready to
|
and interacting with the page until the developer is ready to
|
||||||
|
|||||||
Reference in New Issue
Block a user