diff --git a/odoo/addons/test_main_flows/static/tests/tours/main_flow.js b/odoo/addons/test_main_flows/static/tests/tours/main_flow.js
index dbe510467acf4c38c9b63a52ba6f47d4a8a3e5d1..6930eee21f937b8f24e51349e5aa1c150a73d52f 100644
--- a/odoo/addons/test_main_flows/static/tests/tours/main_flow.js
+++ b/odoo/addons/test_main_flows/static/tests/tours/main_flow.js
@@ -425,12 +425,12 @@ tour.register('main_flow_tour', {
     content: _t('Go back to the home menu'),
     position: 'bottom',
 }, tour.STEPS.SHOW_APPS_MENU_ITEM, {
-    trigger: '.o_app:contains("Inventory")',
+    trigger: '.o_app[data-menu-xmlid="stock.menu_stock_root"]',
     content: _t('Go to Inventory'),
     position: 'right',
     edition: 'community'
 }, {
-    trigger: '.o_app > div:contains("Inventory")',
+    trigger: '.o_app[data-menu-xmlid="stock.menu_stock_root"]',
     content: _t('Go to Inventory'),
     position: 'bottom',
     edition: 'enterprise'
@@ -489,12 +489,12 @@ tour.register('main_flow_tour', {
     content: _t('Go back to the home menu'),
     position: 'bottom',
 }, tour.STEPS.SHOW_APPS_MENU_ITEM, {
-    trigger: '.o_app:contains("Purchase")',
+    trigger: '.o_app[data-menu-xmlid="purchase.menu_purchase_root"]',
     content: _t('Go to Purchase'),
     position: 'right',
     edition: 'community'
 }, {
-    trigger: '.o_app > div:contains("Purchase")',
+    trigger: '.o_app[data-menu-xmlid="purchase.menu_purchase_root"]',
     content: _t('Go to Purchase'),
     position: 'bottom',
     edition: 'enterprise'
@@ -545,12 +545,12 @@ tour.register('main_flow_tour', {
     content: _t('Go back to the home menu'),
     position: 'bottom',
 }, tour.STEPS.SHOW_APPS_MENU_ITEM, {
-    trigger: '.o_app:contains("Manufacturing")',
+    trigger: '.o_app[data-menu-xmlid="mrp.menu_mrp_root"]',
     content: _t('Go to Manufacturing'),
     position: 'right',
     edition: 'community'
 }, {
-    trigger: '.o_app > div:contains("Manufacturing")',
+    trigger: '.o_app[data-menu-xmlid="mrp.menu_mrp_root"]',
     content: _t('Go to Manufacturing'),
     position: 'bottom',
     edition: 'enterprise'