Disable distributor change in checkout until it takes order cycles into account

This commit is contained in:
Rohan Mitchell
2013-06-17 11:45:23 +10:00
parent b5479380b6
commit a355a09a7c
2 changed files with 9 additions and 7 deletions

View File

@@ -131,8 +131,9 @@ feature %q{
page.should have_content value
end
end
page.should have_selector "select#order_distributor_id option[value='#{@distributor_alternative.id}']"
# Disabled until this form takes order cycles into account
# page.should have_selector "select#order_distributor_id option[value='#{@distributor_alternative.id}']"
click_button 'Save and Continue'