mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 09:46:12 +02:00
✨ Avoid using unneeded test ids in dashboard POM
This commit is contained in:
parent
97a1b59861
commit
8f3452c0af
4 changed files with 35 additions and 31 deletions
|
@ -786,7 +786,6 @@
|
|||
[:li {:class (stl/css-case :current drafts?
|
||||
:sidebar-nav-item true)}
|
||||
[:& link {:action go-drafts
|
||||
:data-testid "drafts-link-sidebar"
|
||||
:class (stl/css :sidebar-link)
|
||||
:keyboard-action go-drafts-with-key}
|
||||
[:span {:class (stl/css :element-title)} (tr "labels.drafts")]]]
|
||||
|
@ -1052,7 +1051,7 @@
|
|||
[props]
|
||||
(let [team (obj/get props "team")
|
||||
profile (obj/get props "profile")]
|
||||
[:nav {:class (stl/css :dashboard-sidebar)}
|
||||
[:nav {:class (stl/css :dashboard-sidebar) :data-testid "dashboard-sidebar"}
|
||||
[:> sidebar-content props]
|
||||
[:& profile-section
|
||||
{:profile profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue