Remove redundant test

This is already covered in the following test.
This commit is contained in:
David Cook
2023-07-21 13:40:13 +10:00
committed by Jean-Baptiste Bellet
parent 8949f1dc2e
commit 2a4d5af552

View File

@@ -84,10 +84,6 @@ describe 'As an admin, I can see the new product page' do
end
context "search by producer" do
it "has a producer select" do
expect(page).to have_selector "select#producer_id"
end
it "can search for a product" do
search_by_producer "Producer 1"