From 9f47ff64faffc69fc2a7ace0e5fdde588f67abdc Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Tue, 17 Dec 2013 15:29:25 +1100 Subject: [PATCH] Update spec now that bulk product edit is the default product edit view --- spec/features/admin/products_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/features/admin/products_spec.rb b/spec/features/admin/products_spec.rb index 646ed70346..e472311223 100644 --- a/spec/features/admin/products_spec.rb +++ b/spec/features/admin/products_spec.rb @@ -104,6 +104,7 @@ feature %q{ product = create(:simple_product, supplier: @supplier2) click_link 'Products' + within('#sub_nav') { click_link 'Products' } click_link product.name within('#sidebar') { click_link 'Product Distributions' }