Fix failing enterprise spec

This commit is contained in:
Rob H
2014-07-24 11:05:14 +10:00
parent 9055a441fd
commit 7fc80a0975

View File

@@ -129,13 +129,13 @@ feature %q{
# Check Angularjs switching of sidebar elements
uncheck 'enterprise_is_primary_producer'
uncheck 'enterprise_is_distributor'
page.should_not have_selector "#payment_methods"
page.should_not have_selector "#shipping_methods"
page.should_not have_selector "#enterprise_feess"
page.should have_selector "#payment_methods", visible: false
page.should have_selector "#shipping_methods", visible: false
page.should have_selector "#enterprise_fees", visible: false
check 'enterprise_is_distributor'
page.should have_selector "#payment_methods"
page.should have_selector "#shipping_methods"
page.should have_selector "#enterprise_feess"
page.should have_selector "#enterprise_fees"
select eg1.name, from: 'enterprise_group_ids'