mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 12:31:37 +02:00
👷 Add e2e test to profile area
This commit is contained in:
parent
bc2a0432b9
commit
f185836fd4
31 changed files with 412 additions and 206 deletions
|
@ -86,7 +86,8 @@
|
|||
|
||||
[:div.modal-header
|
||||
[:div.modal-header-title
|
||||
[:h2 (tr "modals.change-email.title")]]
|
||||
[:h2 {:data-test "change-email-title"}
|
||||
(tr "modals.change-email.title")]]
|
||||
[:div.modal-close-button
|
||||
{:on-click on-close} i/close]]
|
||||
|
||||
|
@ -108,7 +109,7 @@
|
|||
:trim true}]]]]
|
||||
|
||||
[:div.modal-footer
|
||||
[:div.action-buttons
|
||||
[:div.action-buttons {:data-test "change-email-submit"}
|
||||
[:& fm/submit-button
|
||||
{:label (tr "modals.change-email.submit")}]]]]]]))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue