Add integration tests for creating sets

This commit is contained in:
Florian Schroedl 2024-11-26 10:56:52 +01:00
parent b5110c2222
commit 7bce4ab425
3 changed files with 40 additions and 0 deletions

View file

@ -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?)