From 5651bfda49885074a8e13c17e27cba6131fd013c Mon Sep 17 00:00:00 2001 From: Mathias Mathy <109517847+mama-odoo@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:44:02 +0200 Subject: [PATCH] [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) --- content/developer/reference/backend/testing.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/developer/reference/backend/testing.rst b/content/developer/reference/backend/testing.rst index 5e3fea5a9..4c4348456 100644 --- a/content/developer/reference/backend/testing.rst +++ b/content/developer/reference/backend/testing.rst @@ -850,7 +850,8 @@ case there are two main tricks: - the tour continues as soon as you resume execution **Drawbacks** - 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 and interacting with the page until the developer is ready to