-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
complaints.spec fix fixing unit test coverage updating unit tests update unit test, remove dead code update selectors, fix trends test fixing a test remove unused isfromexternal param comment out unused selectors remove unused code remove unused code remove unused code remove unused code adding unit test for search component fix comment updating test fix cypress test in doc detail view fixing test fixing some unit tests revert cypress fixes fixing tests adding pager reset when date change fixing test fixing unit tests fixing unit tests fixing unit tests add dist squash fixtures, remove mutation observer, doesnt seem like it is needed squash
- Loading branch information
1 parent
cfdd8aa
commit 7192be5
Showing
52 changed files
with
4,000 additions
and
689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
\*_/**fixtures**/_.js | ||
**fixtures**/_.json | ||
serviceWorker.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,43 @@ | ||
{"took":11,"timed_out":false,"_shards":{"total":5,"successful":5,"skipped":0,"failed":0},"hits":{"total":{"value":1,"relation":"eq"},"max_score":1.0,"hits":[{"_index":"complaint-public-v2","_type":"_doc","_id":"3146099","_score":1.0,"_source":{"product":"Credit card or prepaid card","complaint_what_happened":"my card has been declined for \" suspicious '' purchases and they are not able to prevent, or remedy the problem. I've worked with them multiple times and after excessive hold times on each call, it continues and can't seem to be fixed. \n\nEach time I call it's a different excuse. \n\nThis started in early XXXX of XXXX and has occurred in XXXX, XXXX, XXXX of XXXX, XXXX of XXXX and XX/XX/XXXX. \n\nThe purchases were for the following : 1. Pizza at local Pizza shop. ( 1 block from house ) 2. XXXX XXXX for prescription medicine and household ( 2 miles from home ) 3. Online game service using a virtual card number that was exclusively provided by capital one for this service.","date_sent_to_company":"2019-02-07T12:00:00-05:00","issue":"Trouble using your card",":updated_at":1639539163,"date_received_formatted":"02/07/19","sub_product":"General-purpose credit card or charge card","zip_code":"19438","tags":null,"has_narrative":true,"complaint_id":"3146099","date_sent_to_company_formatted":"02/07/19","timely":"Yes","consumer_consent_provided":"Consent provided","company_response":"Closed with explanation","date_indexed":"2021-12-15T12:00:00-05:00","submitted_via":"Web","date_indexed_formatted":"12/15/21","company":"CAPITAL ONE FINANCIAL CORPORATION","date_received":"2019-02-07T12:00:00-05:00","state":"PA","consumer_disputed":"N/A","company_public_response":null,"sub_issue":"Can't use card to make purchases"}}]}} | ||
{ | ||
"took": 11, | ||
"timed_out": false, | ||
"_shards": { "total": 5, "successful": 5, "skipped": 0, "failed": 0 }, | ||
"hits": { | ||
"total": { "value": 1, "relation": "eq" }, | ||
"max_score": 1.0, | ||
"hits": [ | ||
{ | ||
"_index": "complaint-public-v2", | ||
"_type": "_doc", | ||
"_id": "3146099", | ||
"_score": 1.0, | ||
"_source": { | ||
"product": "Credit card or prepaid card", | ||
"complaint_what_happened": "my card has been declined for \" suspicious '' purchases and they are not able to prevent, or remedy the problem. I've worked with them multiple times and after excessive hold times on each call, it continues and can't seem to be fixed. \n\nEach time I call it's a different excuse. \n\nThis started in early XXXX of XXXX and has occurred in XXXX, XXXX, XXXX of XXXX, XXXX of XXXX and XX/XX/XXXX. \n\nThe purchases were for the following : 1. Pizza at local Pizza shop. ( 1 block from house ) 2. XXXX XXXX for prescription medicine and household ( 2 miles from home ) 3. Online game service using a virtual card number that was exclusively provided by capital one for this service.", | ||
"date_sent_to_company": "2019-02-07T12:00:00-05:00", | ||
"issue": "Trouble using your card", | ||
":updated_at": 1639539163, | ||
"date_received_formatted": "02/07/19", | ||
"sub_product": "General-purpose credit card or charge card", | ||
"zip_code": "19438", | ||
"tags": null, | ||
"has_narrative": true, | ||
"complaint_id": "3146099", | ||
"date_sent_to_company_formatted": "02/07/19", | ||
"timely": "Yes", | ||
"consumer_consent_provided": "Consent provided", | ||
"company_response": "Closed with explanation", | ||
"date_indexed": "2021-12-15T12:00:00-05:00", | ||
"submitted_via": "Web", | ||
"date_indexed_formatted": "12/15/21", | ||
"company": "CAPITAL ONE FINANCIAL CORPORATION", | ||
"date_received": "2019-02-07T12:00:00-05:00", | ||
"state": "PA", | ||
"consumer_disputed": "N/A", | ||
"company_public_response": null, | ||
"sub_issue": "Can't use card to make purchases" | ||
} | ||
} | ||
] | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.