mirror of
https://github.com/penpot/penpot.git
synced 2026-06-16 20:32:04 +00:00
🐛 Fix failing test
This commit is contained in:
parent
21cad83b2a
commit
2be58d6373
@ -190,7 +190,6 @@
|
||||
|
||||
(t/testing " - blur"
|
||||
(set! (.-blur shape) #js {:value 10})
|
||||
(t/is (= (-> (. shape -blur) (aget "type")) "layer-blur"))
|
||||
(t/is (= (-> (. shape -blur) (aget "value")) 10))
|
||||
(t/is (= (-> (. shape -blur) (aget "hidden")) false))
|
||||
(let [id (-> (. shape -blur) (aget "id") uuid/uuid)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user