Compare commits

...

1 Commits

Author SHA1 Message Date
Mathias Mathy
391b06c866 [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
2024-08-07 17:09:50 +02:00

View File

@@ -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