mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
tests: add testid for contact modal
This commit is contained in:
@@ -73,7 +73,7 @@ type TransitionsModalProps = {
|
|||||||
|
|
||||||
export const ContactModal = ({ open, onClose }: TransitionsModalProps) => {
|
export const ContactModal = ({ open, onClose }: TransitionsModalProps) => {
|
||||||
return (
|
return (
|
||||||
<Modal open={open} onClose={onClose}>
|
<Modal open={open} onClose={onClose} data-testid="contact-us-modal-content">
|
||||||
<ModalWrapper
|
<ModalWrapper
|
||||||
width={860}
|
width={860}
|
||||||
height={540}
|
height={540}
|
||||||
|
|||||||
Reference in New Issue
Block a user