From 9d05e5c97a4f5601bc0e8420735d48c36a31585b Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sat, 1 Sep 2018 14:09:07 +0100 Subject: [PATCH] Remove duplicate line in spec --- spec/features/admin/product_import_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/features/admin/product_import_spec.rb b/spec/features/admin/product_import_spec.rb index be6c01810c..8043ab82a0 100644 --- a/spec/features/admin/product_import_spec.rb +++ b/spec/features/admin/product_import_spec.rb @@ -220,7 +220,6 @@ feature "Product Import", js: true do expect(page).to_not have_selector '.invalid-count' expect(page).to have_selector '.create-count', text: "3" expect(page).to_not have_selector '.update-count' - expect(page).to_not have_selector '.update-count' expect(page).to_not have_selector '.inv-create-count' expect(page).to_not have_selector '.inv-update-count'