Skip to content

Commit

Permalink
fix: 1235 Councils missing Selenium in input.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored Feb 15, 2025
1 parent 67cf95e commit 59c1021
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions uk_bin_collection/tests/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"AshfordBoroughCouncil": {
"postcode": "TN23 7SP",
"uprn": "100060777899",
"web_driver": "http://selenium:4444"
"url": "https://ashford.gov.uk",
"wiki_command_url_override": "https://ashford.gov.uk",
"wiki_name": "Ashford Borough Council",
Expand Down Expand Up @@ -703,6 +704,7 @@
},
"EppingForestDistrictCouncil": {
"postcode": "IG9 6EP",
"web_driver": "http://selenium:4444"
"url": "https://eppingforestdc.maps.arcgis.com/apps/instant/lookup/index.html?appid=bfca32b46e2a47cd9c0a84f2d8cdde17&find=IG9%206EP",
"wiki_name": "Epping Forest District Council",
"wiki_note": "Replace the postcode in the URL with your own."
Expand Down Expand Up @@ -957,6 +959,7 @@
},
"KingstonUponThamesCouncil": {
"url": "https://waste-services.kingston.gov.uk/waste/2701097",
"web_driver": "http://selenium:4444"
"wiki_command_url_override": "https://waste-services.kingston.gov.uk/waste/XXXXXXX",
"wiki_name": "Kingston Upon Thames Council",
"wiki_note": "Follow the instructions [here](https://waste-services.kingston.gov.uk/waste) until the \"Your bin days\" page, then copy the URL and replace the URL in the command."
Expand Down Expand Up @@ -1076,6 +1079,7 @@
"LondonBoroughOfRichmondUponThames": {
"house_number": "March Road",
"skip_get_url": true,
"web_driver": "http://selenium:4444"
"url": "https://www.richmond.gov.uk/services/waste_and_recycling/collection_days/",
"wiki_name": "London Borough Of Richmond Upon Thames",
"wiki_note": "Pass the name of the street ONLY in the house number parameter, unfortunately post code's are not allowed. "
Expand Down

0 comments on commit 59c1021

Please sign in to comment.