Skip to content

Commit

Permalink
Fixed component spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
nazariifenii committed Feb 1, 2024
1 parent 0087420 commit d46daf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo/components/wallet/amount_input/component_spec.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

(h/test "Renders the error state"
(render [amount-input/view {:status :error}])
(h/is-equal colors/danger-60
(h/is-equal (colors/resolve-color :danger :light 60)
(oops/oget (h/get-by-label-text :amount-input) "props" "style" "color")))

(h/test "on-change-text function is fired"
Expand Down

0 comments on commit d46daf6

Please sign in to comment.