mirror of
https://github.com/penpot/penpot.git
synced 2025-05-16 06:16:10 +02:00
Merge pull request #5332 from penpot/palba-add-integration-test-viewer-role
✨ Add integration tests to viewer role
This commit is contained in:
commit
f8e0283186
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