Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jan 15, 2024
1 parent a521d06 commit 8865b2e
Show file tree
Hide file tree
Showing 23 changed files with 3,679 additions and 4,119 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`(1) Default render 1`] = `
Set Beneficiaries
</div>
<div
className="flex justify-center items-center w-5 h-5 "
className="flex justify-center items-center w-5 h-5 [&>svg]:w-5 [&>svg]:h-5 "
>
<svg
viewBox="0 0 24 24"
Expand Down Expand Up @@ -46,7 +46,7 @@ exports[`(2) Default render with author 1`] = `
Set Beneficiaries (1)
</div>
<div
className="flex justify-center items-center w-5 h-5 "
className="flex justify-center items-center w-5 h-5 [&>svg]:w-5 [&>svg]:h-5 "
>
<svg
viewBox="0 0 24 24"
Expand Down Expand Up @@ -76,7 +76,7 @@ exports[`(3) DialogBody 1`] = `
Set Beneficiaries (1)
</div>
<div
className="flex justify-center items-center w-5 h-5 "
className="flex justify-center items-center w-5 h-5 [&>svg]:w-5 [&>svg]:h-5 "
>
<svg
viewBox="0 0 24 24"
Expand Down Expand Up @@ -106,7 +106,7 @@ exports[`(4) DialogBody with author 1`] = `
Set Beneficiaries (1)
</div>
<div
className="flex justify-center items-center w-5 h-5 "
className="flex justify-center items-center w-5 h-5 [&>svg]:w-5 [&>svg]:h-5 "
>
<svg
viewBox="0 0 24 24"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ exports[`(1) Default render 1`] = `
</div>
<div
className="editor-tool"
id="editor-tool-emoji-picker-5a2edefa-f709-4218-87ec-ec5e7fd26fdf"
id="editor-tool-emoji-picker-27670bdf-fbce-4fbb-b612-a18033e34e15"
role="none"
title="Emoji"
>
Expand Down Expand Up @@ -552,7 +552,7 @@ exports[`(2) Cancellable, in progress 1`] = `
</div>
<div
className="editor-tool"
id="editor-tool-emoji-picker-288e02d2-c29e-4790-9c45-9abee2db2a3d"
id="editor-tool-emoji-picker-b71bed74-c098-467d-910f-4a7aebd7eaf8"
role="none"
title="Emoji"
>
Expand Down
Loading

0 comments on commit 8865b2e

Please sign in to comment.