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

It's not like it's the third time I change this test file, right ?
This commit is contained in:
David Monjoie 2015-02-05 15:46:44 +01:00
parent 93fa43f900
commit 5fe71a3c21
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
},
{
title: "Process Checkout",
waitFor: '#top_menu .my_cart_quantity:contains(6)',
waitFor: 'a:has(.my_cart_quantity):contains(6)',
element: '.btn-primary:contains("Process Checkout")'
},
{