Fix broken spec from refactored method

This commit is contained in:
Matt-Yorkley
2019-02-11 23:57:13 +00:00
parent 4165ba5cdb
commit 097ffba323

View File

@@ -307,7 +307,7 @@ feature "Product Import", js: true do
attach_file 'file', '/tmp/test.csv'
click_button 'Upload'
import_data
proceed_to_validation
expect(page).to have_selector '.item-count', text: "3"
expect(page).to have_no_selector '.invalid-count'