[FIX] website_event_sale: fixed test to allow structural dom changes

Correction of c3c7aa79a0, apparently the tour system doesn't click on the a if the selected element is not the a or an element inside of it, even if the selected item only has the a as child.
This commit is contained in:
David Monjoie 2015-02-04 13:21:51 +01:00
parent 3636aeb59d
commit 9831636ffb
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
},
{
title: "Check the cart",
element: 'li:has(.my_cart_quantity):contains(5)'
element: 'a:has(.my_cart_quantity):contains(5)'
},
{
title: "Check if the cart have 2 order lines and add one VIP ticket",