tests: add testid for contact modal

This commit is contained in:
tzhangchi
2022-12-23 16:02:46 +08:00
parent 1ea4042933
commit 95af9d8fc6
@@ -73,7 +73,7 @@ type TransitionsModalProps = {
export const ContactModal = ({ open, onClose }: TransitionsModalProps) => {
return (
<Modal open={open} onClose={onClose}>
<Modal open={open} onClose={onClose} data-testid="contact-us-modal-content">
<ModalWrapper
width={860}
height={540}