[FIX] website_sale: tour about customize don't check last step

This commit is contained in:
Christophe Matthieu 2014-06-02 12:11:04 +02:00
parent ea69325466
commit e3bd7d953a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
},
{
title: "finish",
waitFor: 'label:contains(32 Go) input',
waitFor: 'form[action="/shop/cart/update"] label:contains(32 Go) input',
}
]
});