Skip to content
Snippets Groups Projects
Commit ab6c3f66 authored by Romain Derie's avatar Romain Derie
Browse files

[FIX] website_sale_wishlist: correct tour for new checkout

The website sale wishlist tour checks if you are correctly redirected to the
cart.
To do so, it checks if the cart title 'Shopping Cart' appears on the screen.

But since there is a new checkout in saas-11.3 with 006ce9c8 that removed this
title, we need to trigger on something else.
parent f02cafa0
Branches
Tags
No related merge requests found
......@@ -111,7 +111,7 @@ tour.register('shop_wishlist', {
},
{
content: "check that user is redirect - wishlist is empty",
trigger: "h2:contains('Shopping Cart')",
trigger: "#wrap #cart_products",
run: function() {},
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment