diff --git a/spec/system/admin/products_v3/products_spec.rb b/spec/system/admin/products_v3/products_spec.rb index e9c103fe69..6ad07156d9 100644 --- a/spec/system/admin/products_v3/products_spec.rb +++ b/spec/system/admin/products_v3/products_spec.rb @@ -98,10 +98,6 @@ describe 'As an admin, I can see the new product page' do end context "search by category" do - it "has a category select" do - expect(page).to have_selector "select#category_id" - end - it "can search for a product" do search_by_category "Category 1"