Fix tested values in spec

This commit is contained in:
Rohan Mitchell
2014-10-22 17:07:45 +11:00
parent deedafde9a
commit 8fb95769bf

View File

@@ -627,8 +627,8 @@ feature %q{
# Then my order cycle should have been created
page.should have_content 'Your order cycle has been created.'
page.should have_selector 'a', text: 'Plums & Avos'
page.should have_selector "input[value='2012-11-06 06:00:00 +1100']"
page.should have_selector "input[value='2012-11-13 17:00:00 +1100']"
page.should have_selector "input[value='2014-10-17 06:00:00 +1100']"
page.should have_selector "input[value='2014-10-24 17:00:00 +1100']"
# And it should have some variants selected
oc = OrderCycle.last