mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 23:01:37 +02:00
🐛 Fix onboarding playwright test on CI mode
This commit is contained in:
parent
4ed6e1e8ec
commit
f306ddb51f
8 changed files with 8 additions and 8 deletions
|
@ -46,7 +46,7 @@
|
|||
{::mf/wrap [mf/memo]}
|
||||
[]
|
||||
(let [on-click (mf/use-fn #(st/emit! (dd/create-project)))]
|
||||
[:header {:class (stl/css :dashboard-header)}
|
||||
[:header {:class (stl/css :dashboard-header) :data-testid "dashboard-header"}
|
||||
[:div#dashboard-projects-title {:class (stl/css :dashboard-title)}
|
||||
[:h1 (tr "dashboard.projects-title")]]
|
||||
[:button {:class (stl/css :btn-secondary :btn-small)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue