Skip to content

Commit 7eedc67

Browse files
committed
fix tour
1 parent 42a539b commit 7eedc67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/website_sale/static/tests/tours/website_sale_category_page_and_products_snippet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ registerWebsitePreviewTour('category_page_and_products_snippet_edition', {
1212
},
1313
{
1414
content: "Wait for page to load",
15-
trigger: ":iframe",
15+
trigger: ":iframe h1:contains('Test Category')",
1616
},
1717
...clickOnEditAndWaitEditMode(),
1818
{
@@ -36,7 +36,7 @@ registerWebsitePreviewTour('category_page_and_products_snippet_edition', {
3636
},
3737
{
3838
content: "Open category option dropdown",
39-
trigger: "button[id='product_category_opt']'",
39+
trigger: "button[id='product_category_opt']",
4040
run: "click",
4141
},
4242
{

0 commit comments

Comments
 (0)