Skip to content

Commit

Permalink
Minor fix for searchpeoplefree (#2999)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/1199230911884351/1207827203517939/f
Tech Design URL:
CC:

**Description**:
Very minor update for searchpeoplefree to add spaces around "in" so we
aren't splitting up names containing those letters.

**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 Jul 22, 2024
1 parent 8e56356 commit fedabdb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Search People FREE",
"url": "searchpeoplefree.com",
"version": "0.2.0",
"version": "0.3.0",
"parent": "peoplefinders.com",
"addedDatetime": 1703052000000,
"steps": [
Expand All @@ -22,7 +22,7 @@
"profile": {
"name": {
"selector": ".h2",
"beforeText": "in"
"beforeText": " in "
},
"alternativeNamesList": {
"selector": ".//h2[contains(@class, 'h2')]/span[contains(@class, 'd-block')]",
Expand Down

0 comments on commit fedabdb

Please sign in to comment.