Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
I think this case got lost.
  • Loading branch information
dacook committed Apr 10, 2024
1 parent eebb25f commit 5c4d656
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/system/admin/products_v3/products_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
end

describe "search" do
# TODO: explicitly test with multiple products, to ensure incorrect products don't show.
# TODO: test with multiple variants, to ensure distinct query reponse
context "product has searchable term" do
# create a product with a name that can be searched
let!(:product_by_name) { create(:simple_product, name: "searchable product") }
Expand Down

0 comments on commit 5c4d656

Please sign in to comment.