mirror of
https://github.com/penpot/penpot.git
synced 2025-07-29 09:57:14 +02:00
Add integration tests for creating sets
This commit is contained in:
parent
b5110c2222
commit
7bce4ab425
3 changed files with 40 additions and 0 deletions
|
@ -83,6 +83,7 @@
|
|||
:tree-path tree-path})))))]
|
||||
[:div {;; :ref dref
|
||||
:role "button"
|
||||
:data-testid "tokens-set-group-item"
|
||||
:style {"--tree-depth" tree-depth}
|
||||
:class (stl/css-case :set-item-container true
|
||||
:selected-set selected?)
|
||||
|
@ -133,6 +134,7 @@
|
|||
:tree-path tree-path})))))]
|
||||
[:div {;; :ref dref
|
||||
:role "button"
|
||||
:data-testid "tokens-set-item"
|
||||
:style {"--tree-depth" tree-depth}
|
||||
:class (stl/css-case :set-item-container true
|
||||
:selected-set selected?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue