Skip to content

Commit

Permalink
Move repeating tests to separate, reusable test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
rokbar-nosto committed Dec 6, 2023
1 parent daac019 commit ef36ba8
Show file tree
Hide file tree
Showing 8 changed files with 701 additions and 1,336 deletions.
2 changes: 1 addition & 1 deletion spec/components/Autocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function Products({ products }: { products: SearchProduct[] }) {
return (
<a
className="ns-autocomplete-product"
href={hit.url}
href="javascript:void(0)"
key={hit.productId}
data-ns-hit={JSON.stringify(hit)}
data-testid="product"
Expand Down
Loading

0 comments on commit ef36ba8

Please sign in to comment.