mirror of
https://github.com/penpot/penpot.git
synced 2026-08-06 12:58:55 +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
|
:select-on-focus select-on-focus
|
||||||
:on-blur on-blur}]]
|
:on-blur on-blur}]]
|
||||||
|
|
||||||
[:div {:class (stl/css :select-wrapper)}
|
[:div {:class (stl/css :select-wrapper)
|
||||||
|
:data-test "stroke.alignment"}
|
||||||
[:& select
|
[:& select
|
||||||
{:default-value stroke-alignment
|
{:default-value stroke-alignment
|
||||||
:options stroke-alignment-options
|
:options stroke-alignment-options
|
||||||
:on-change on-alignment-change}]]
|
:on-change on-alignment-change}]]
|
||||||
|
|
||||||
(when-not disable-stroke-style
|
(when-not disable-stroke-style
|
||||||
[:div {:class (stl/css :select-wrapper)}
|
[:div {:class (stl/css :select-wrapper)
|
||||||
|
:data-test "stroke.style"}
|
||||||
[:& select
|
[:& select
|
||||||
{:default-value stroke-style
|
{:default-value stroke-style
|
||||||
:options stroke-style-options
|
:options stroke-style-options
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user