mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 14:01:37 +02:00
✨ Add e2e tests for fix color palette default library
This commit is contained in:
parent
67e1081f11
commit
c15c3b14ee
4 changed files with 38 additions and 2 deletions
|
@ -59,6 +59,7 @@
|
|||
[:div {:key (str/concat "tab-" sid)
|
||||
:title tooltip
|
||||
:data-id sid
|
||||
:data-testid sid
|
||||
:on-click on-click
|
||||
:class (stl/css-case
|
||||
:tab-container-tab-title true
|
||||
|
|
|
@ -519,7 +519,8 @@
|
|||
[:div {:class (stl/css :modal-dialog)}
|
||||
[:button {:class (stl/css :close-btn)
|
||||
:on-click close-dialog
|
||||
:aria-label (tr "labels.close")}
|
||||
:aria-label (tr "labels.close")
|
||||
:data-testid "close-libraries"}
|
||||
close-icon]
|
||||
[:div {:class (stl/css :modal-title)}
|
||||
(tr "workspace.libraries.libraries")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue