Imperative specs as per review comments

This commit is contained in:
Andy Palmer
2017-10-24 17:56:04 +11:00
parent afc50863cd
commit fd09a63e48

View File

@@ -28,7 +28,7 @@ feature "full-page cart", js: true do
end
describe "product description" do
it "should not try to link to the product page" do
it "does not link to the product page" do
add_product_to_cart order, product_fee, quantity: 2
visit spree.cart_path
expect(page).to_not have_selector '.item-thumb-image a'