mirror of
https://github.com/penpot/penpot.git
synced 2025-02-24 07:46:13 -05:00
🔧 Add data-test to ease selection in e2e tests
This commit is contained in:
parent
f8dd86da34
commit
92934c6cdd
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue