[FIX] integration_testing: fix wrong step utils used in tour

closes odoo/documentation#1519

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Demesmaeker 2022-02-02 13:12:05 +00:00
parent d9e2ab6feb
commit a52f601bfb

View File

@ -595,7 +595,7 @@ Javascript
#. Add any step you want.
Every step contains at least a trigger. You can either use the `predefined steps
<https://github.com/odoo/odoo/blob/13.0/addons/web_tour/static/src/js/tour_manager.js#L429-L451>`_
<https://github.com/odoo/odoo/blob/14.0/addons/web_tour/static/src/js/tour_step_utils.js>`_
or write your own personalized step.
Here are some example of steps:
@ -605,7 +605,7 @@ Here are some example of steps:
.. code-block:: javascript
// First step
tour.STEPS.SHOW_APPS_MENU_ITEM,
tour.stepUtils.showAppsMenuItem(),
// Second step
{
trigger: '.o_app[data-menu-xmlid="your_module.maybe_your_module_menu_root"]',