Skip to content

Commit

Permalink
[FIX] mail_forward: prevent errors during the test tour when web_resp…
Browse files Browse the repository at this point in the history
…onsive is installed.
  • Loading branch information
carlos-lopez-tecnativa committed Oct 4, 2024
1 parent 18edb05 commit 180aa04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mail_forward/static/tests/tours/mail_forward.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

import tour from "web_tour.tour";
const contact_steps = [
...tour.stepUtils.goToAppSteps("contacts.menu_contacts", "Go to the Contacts."),
{
trigger: ".o_navbar_apps_menu button",
},
{
trigger: '.o_app[data-menu-xmlid="contacts.menu_contacts"]',
},
{
content: "Search Contact",
trigger: ".o_searchview_input",
Expand Down

0 comments on commit 180aa04

Please sign in to comment.