/ tests / expected-e2e-contacts.json
expected-e2e-contacts.json
 1  {
 2    "city": "Sheridan",
 3    "state": "WY",
 4    "country_code": "US",
 5    "business_name": "Evitara",
 6    "primary_contact_form": {
 7      "form_url": "https://auditandfix.com/e2e-test-page-412549753.php",
 8      "submit_button_xpath": "/html/body/form/button",
 9      "fields": {
10        "name": {
11          "field_type": "text",
12          "name_attribute": "name",
13          "label": "Name",
14          "placeholder": "Must = SENDER_NAME in .env"
15        },
16        "email": {
17          "field_type": "email",
18          "name_attribute": "email",
19          "label": "Email",
20          "placeholder": "Must = SENDER_EMAIL in .env"
21        },
22        "password": {
23          "field_type": "password",
24          "name_attribute": "password",
25          "label": "Anti-Spam Password",
26          "placeholder": "Must = TEST_E2E_PASSWORD in .env"
27        },
28        "subject": {
29          "field_type": "text",
30          "name_attribute": "subject",
31          "label": "Subject",
32          "placeholder": "333 E2E Test Subject"
33        },
34        "message": {
35          "field_type": "textarea",
36          "name_attribute": "message",
37          "label": "Message",
38          "placeholder": "333 E2E Test Message"
39        }
40      }
41    },
42    "email_addresses": [
43      {
44        "email": "bounced@resend.dev",
45        "label_variations": ["Bob", "Bouncing Bob"]
46      },
47      {
48        "email": "complained@resend.dev",
49        "label_variations": [
50          "Chris",
51          "Complaints",
52          "Complaints Dept Manager",
53          "Complaints Dept",
54          "Complaints Department",
55          "Chris (Complaints Dept Manager)"
56        ]
57      },
58      {
59        "email": "delivered@resend.dev",
60        "label_variations": ["Derek", "Delivery Guy", "Derek the Delivery Guy"],
61        "requires_vision": true
62      }
63    ],
64    "phone_numbers": [
65      {
66        "number": "+61424225495",
67        "label_variations": ["Alice"]
68      },
69      {
70        "number": "+16096190949",
71        "label_variations": ["Derek", "Delivery Guy", "Derek the Delivery Guy"],
72        "requires_vision": true
73      }
74    ],
75    "social_profiles": [
76      {
77        "url": "https://www.linkedin.com/in/williamhgates/",
78        "label_variations": ["Bill Gates", "William Gates", "Bill", "William H. Gates"]
79      },
80      {
81        "url": "https://x.com/elonmusk",
82        "label_variations": ["Elon Musk", "Elon"]
83      }
84    ],
85    "key_pages": [
86      "https://auditandfix.com/privacy.php",
87      "https://auditandfix.com/terms.php",
88      "https://auditandfix.com/cookies.php"
89    ]
90  }