Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/developer/reference/backend/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ Javascript
#. Add any step you want.

Every step contains at least a trigger. You can either use the `predefined steps
<{GITHUB_PATH}/addons/web_tour/static/src/js/tour_step_utils.js>`_ or write your own personalized
<{GITHUB_PATH}/addons/web_tour/static/src/tour_service/tour_utils.js#L426>`_ or write your own personalized
step.

Here are some example of steps:
Expand Down
2 changes: 1 addition & 1 deletion locale/sources/developer.pot
Original file line number Diff line number Diff line change
Expand Up @@ -10395,7 +10395,7 @@ msgid "Add any step you want."
msgstr ""

#: ../../content/developer/reference/backend/testing.rst:599
msgid "Every step contains at least a trigger. You can either use the `predefined steps <https://github.com/odoo/odoo/blob/saas-16.1/addons/web_tour/static/src/js/tour_step_utils.js>`_ or write your own personalized step."
msgid "Every step contains at least a trigger. You can either use the `predefined steps <https://github.com/odoo/odoo/blob/saas-16.3/addons/web_tour/static/src/tour_service/tour_utils.js#L426>`_ or write your own personalized step."
msgstr ""

#: ../../content/developer/reference/backend/testing.rst:603
Expand Down