mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🔧 Add data-test to ease selection in e2e tests
This commit is contained in:
parent
f8dd86da34
commit
92934c6cdd
@ -221,14 +221,16 @@
|
||||
:select-on-focus select-on-focus
|
||||
:on-blur on-blur}]]
|
||||
|
||||
[:div {:class (stl/css :select-wrapper)}
|
||||
[:div {:class (stl/css :select-wrapper)
|
||||
:data-test "stroke.alignment"}
|
||||
[:& select
|
||||
{:default-value stroke-alignment
|
||||
:options stroke-alignment-options
|
||||
:on-change on-alignment-change}]]
|
||||
|
||||
(when-not disable-stroke-style
|
||||
[:div {:class (stl/css :select-wrapper)}
|
||||
[:div {:class (stl/css :select-wrapper)
|
||||
:data-test "stroke.style"}
|
||||
[:& select
|
||||
{:default-value stroke-style
|
||||
:options stroke-style-options
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user