Skip to content

Commit

Permalink
[FIX] mail_print: prevent errors during the test tour when web_respon…
Browse files Browse the repository at this point in the history
…sive is installed.
  • Loading branch information
carlos-lopez-tecnativa committed Oct 4, 2024
1 parent 48c6002 commit 18edb05
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mail_print/static/tests/tours/mail_print.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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 18edb05

Please sign in to comment.