Skip to content

Commit

Permalink
Update PeopleFinders to address broker changes (#3208)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1199230911884351/1208202488078674/f
Tech Design URL:
CC:

**Description**:

**Steps to test this PR**:
1.

<!--
Tagging instructions
If this PR isn't ready to be merged for whatever reason it should be
marked with the `DO NOT MERGE` label (particularly if it's a draft)
If it's pending Product Review/PFR, please add the `Pending Product
Review` label.

If at any point it isn't actively being worked on/ready for
review/otherwise moving forward (besides the above PR/PFR exception)
strongly consider closing it (or not opening it in the first place). If
you decide not to close it, make sure it's labelled to make it clear the
PRs state and comment with more information.
-->

**Definition of Done**:

* [ ] Does this PR satisfy our [Definition of
Done](https://app.asana.com/0/1202500774821704/1207634633537039/f)?

---
###### Internal references:
[Pull Request Review
Checklist](https://app.asana.com/0/1202500774821704/1203764234894239/f)
[Software Engineering
Expectations](https://app.asana.com/0/59792373528535/199064865822552)
[Technical Design
Template](https://app.asana.com/0/59792373528535/184709971311943)
[Pull Request
Documentation](https://app.asana.com/0/1202500774821704/1204012835277482/f)
  • Loading branch information
brianhall authored Sep 4, 2024
1 parent 8d89cfc commit d6ad53d
Showing 1 changed file with 109 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PeopleFinders",
"url": "peoplefinders.com",
"version": "0.2.0",
"version": "0.3.0",
"addedDatetime": 1677132000000,
"steps": [
{
Expand Down Expand Up @@ -68,60 +68,154 @@
{
"actionType": "fillForm",
"id": "5685d436-32d5-4de0-a2b8-d5bbb4fa778d",
"selector": ".opt-out-form",
"selector": ".v-out-out-form",
"dataSource": "userProfile",
"elements": [
{
"type": "email",
"selector": "#Email"
"type": "firstName",
"selector": ".//input[@placeholder='First Name']"
},
{
"type": "profileUrl",
"selector": "#Url"
"type": "lastName",
"selector": ".//input[@placeholder='Last Name']"
}
]
},
{
"actionType": "fillForm",
"selector": ".v-out-out-form",
"elements": [
{
"type": "email",
"selector": ".//input[@type='email']"
}
],
"id": "45b04749-beb1-4567-a95f-649c2966b810"
},
{
"actionType": "click",
"elements": [
{
"type": "button",
"selector": "//input[@type='checkbox']"
}
],
"id": "5ec1e28f-c179-424d-a50c-8808040668c3"
},
{
"actionType": "getCaptchaInfo",
"id": "fcf4b0cf-9bb4-42e6-a2a9-68e4f2a25a2c",
"selector": ".g-recaptcha"
"selector": ".v-recaptcha"
},
{
"actionType": "solveCaptcha",
"id": "25c7fbb0-0508-4f93-aeb8-3642ecef8c33",
"selector": ".g-recaptcha"
"selector": ".v-recaptcha"
},
{
"actionType": "click",
"id": "4ac6a176-ddaf-437f-8d8f-2dde0fe6b0ed",
"elements": [
{
"type": "button",
"selector": "//button[@class='btn btn-primary mt-3']"
"selector": "//button[@class='btn btn-primary']"
}
]
},
{
"actionType": "expectation",
"expectations": [
{
"type": "text",
"selector": "body",
"expect": "Email Sent"
}
],
"id": "31e2af63-840f-4040-8f35-35d8d0156201"
},
{
"actionType": "emailConfirmation",
"id": "6f43425f-a49d-4eac-bec2-794c5f6bd687",
"pollingTime": 30
},
{
"actionType": "expectation",
"expectations": [
{
"type": "text",
"selector": "body",
"expect": "Record Suppression Form"
}
],
"id": "c39dbadc-e398-4068-93cb-bb3c1a2b047e"
},
{
"actionType": "fillForm",
"selector": ".v-out-out-record-removal-form",
"dataSource": "userProfile",
"elements": [
{
"type": "$generated_phone_number$",
"selector": ".//input[@type='tel']"
},
{
"type": "$generated_random_number$",
"selector": ".//select[option[1][text()='Month']]",
"min": "1",
"max": "12"
},
{
"type": "$generated_random_number$",
"selector": ".//input[@name='day']",
"min": "1",
"max": "28"
},
{
"type": "birthYear",
"selector": ".//input[@name='year']"
},
{
"type": "$generated_street_address$",
"selector": ".//input[@placeholder='Street Address']"
},
{
"type": "city",
"selector": ".//input[@placeholder='City']"
},
{
"type": "state",
"selector": ".//select[option[1][text()='State']]"
}
],
"id": "6ba153e8-676c-4b81-8a4b-5b6689fd978c"
},
{
"actionType": "click",
"elements": [
{
"type": "button",
"selector": ".//input[@type='checkbox']"
}
],
"id": "3a6a98ff-0ad6-4d0e-9537-a0844ced4598"
},
{
"actionType": "getCaptchaInfo",
"id": "45f59ed0-3a36-4ab6-9c45-e906471fb3e4",
"selector": ".g-recaptcha"
"selector": ".v-recaptcha"
},
{
"actionType": "solveCaptcha",
"id": "85469ad1-8870-449d-961e-22ea10738ec0",
"selector": ".g-recaptcha"
"selector": ".v-recaptcha"
},
{
"actionType": "click",
"id": "cab0438c-1770-4dac-930d-041d44772172",
"elements": [
{
"type": "button",
"selector": "//button[@class='btn btn-primary mt-3']"
"selector": "//button[@class='btn btn-primary']"
}
]
},
Expand All @@ -130,8 +224,9 @@
"id": "bc09540c-8aeb-4d9f-b515-0ebb6f4583a5",
"expectations": [
{
"type": "url",
"expect": "https://www.peoplefinders.com/opt-out/confirmation"
"type": "text",
"selector": "body",
"expect": "Opt-Out Request Confirmation"
}
]
}
Expand Down

0 comments on commit d6ad53d

Please sign in to comment.