[FIX] website_sale_options: Test not enough restrictive

The `shop_customize` test (`website_sale.test.js`) relies on
a link containing 'shop'.

The probability to have several links in the ecommerce containing
'Shop' is high, and we therefore specify a bit more the test
to prevent the test to fail if other modules (community/extra)
add links containing 'Shop' within the ecommerce

opw-640639
This commit is contained in:
Nhomar Hernandez 2015-05-26 18:37:59 +02:00 committed by Denis Ledoux
parent 4dd5cabd30
commit 5920fc6a91
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
},
{
title: "click on shop",
element: "a:contains(Shop)",
element: "a:contains(Continue Shopping)",
waitNot: '#products_grid_before .js_attributes',
},
{