Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Jul 21, 2023
1 parent c96c8ea commit 3d1542f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quo2/components/settings/category/component_spec.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:data [{:title "Item 1"
:left-icon :i/browser
:chevron? true}]}])
(h/is-truthy (h/get-by-text "label")))
(h/is-truthy (h/get-by-text "Label")))

(h/test "category item renders"
(h/render [category/category
Expand All @@ -31,7 +31,7 @@
:data [{:title "Item 1"
:left-icon :i/browser
:chevron? true}]}])
(h/is-truthy (h/get-by-text "label")))
(h/is-truthy (h/get-by-text "Label")))

(h/test "category item renders"
(h/render [category/category
Expand Down

0 comments on commit 3d1542f

Please sign in to comment.