Pulling out obsolete setup in BOM spec to make it more like BPE spec, see if that helps with intermittent fails

This commit is contained in:
Rob Harrington
2014-11-27 09:44:13 +11:00
parent 5799f09caf
commit 45bcee16ef

View File

@@ -5,20 +5,16 @@ feature %q{
I want to be able to manage orders in bulk
} , js: true do
include AuthenticationWorkflow
include AuthorizationHelpers
include WebHelper
after { Warden.test_reset! }
stub_authorization!
context "listing orders" do
before :each do
admin_user = quick_login_as_admin
login_to_admin_section
end
it "displays a message when number of line items is zero" do
visit '/admin/orders/bulk_management'
page.should have_text "No orders found."
end
context "displaying the list of line items" do