We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efa8db commit cba1d92Copy full SHA for cba1d92
src/quo2/components/list_items/token_value/component_spec.cljs
@@ -19,7 +19,7 @@
19
(h/is-truthy (h/get-by-text "Status")))
20
21
(h/test "Pressed state"
22
- (h/render [token-value/view
+ (h/render [token-value/view
23
{:token :snt
24
:state :pressed
25
:status :empty
@@ -29,8 +29,8 @@
29
:fiat-value "€0.00"
30
:percentage-change "0.00"
31
:fiat-change "€0.00"}}])
32
- (h/has-style (h/get-by-label-text :container)
33
- {:backgroundColor (colors/custom-color-by-theme :blue 50 50 5 5)}))
+ (h/has-style (h/get-by-label-text :container)
+ {:backgroundColor (colors/custom-color-by-theme :blue 50 50 5 5)}))
34
35
(h/test "Active state"
36
(h/render [token-value/view
0 commit comments