mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 04:19:52 +02:00
✨ Add integration tests to viewer role
This commit is contained in:
parent
df416af19b
commit
3a7d187110
10 changed files with 236 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
[{:keys [class title subtitle type children] :rest props}]
|
||||
|
||||
(let [class (dm/str class " " (stl/css :empty-placeholder))
|
||||
props (mf/spread-props props {:class class})
|
||||
props (mf/spread-props props {:class class :data-testid "empty-placeholder"})
|
||||
type (or type 1)
|
||||
decoration-type (dm/str "empty-placeholder-" (str type))]
|
||||
[:> "div" props
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue