Remove duplicate line in spec

This commit is contained in:
Matt-Yorkley
2018-09-01 14:09:07 +01:00
parent d8bbcdc54b
commit 9d05e5c97a

View File

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