mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
📎 Add [data-test] to page-items
This commit is contained in:
parent
c499c8a323
commit
8052c5f973
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
(:require-macros [app.main.style :refer [css]])
|
||||
(:require
|
||||
[app.common.data :as d]
|
||||
[app.common.data.macros :as dm]
|
||||
[app.main.data.modal :as modal]
|
||||
[app.main.data.workspace :as dw]
|
||||
[app.main.refs :as refs]
|
||||
|
@ -134,6 +135,7 @@
|
|||
(dom/classnames
|
||||
:element-list-body true
|
||||
:selected selected?))
|
||||
:data-test (dm/str "page-" id)
|
||||
:tab-index "0"
|
||||
:on-click navigate-fn
|
||||
:on-double-click on-double-click
|
||||
|
|
Loading…
Add table
Reference in a new issue