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

This commit is contained in:
David Monjoie 2015-02-03 15:33:55 +01:00
parent 90230a967f
commit c3c7aa79a0
1 changed files with 1 additions and 1 deletions

View File

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