Update spec now that bulk product edit is the default product edit view

This commit is contained in:
Rohan Mitchell
2013-12-17 15:29:25 +11:00
parent 3c95993975
commit 9f47ff64fa

View File

@@ -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' }