Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: London Borough of Lewisham to have more reliable parsing of dates #1065

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

micsco
Copy link
Contributor

@micsco micsco commented Dec 3, 2024

fixes #1064

I've solved this by using a regex, which is hopefully more durable?
I've also update the webdriver to use "with", so that it closes out the driver when it's finished (I found that it wouldn't close the browser/tab when doing my testing, causing some issues).

Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.74%. Comparing base (b6aea51) to head (e503ba5).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1065   +/-   ##
=======================================
  Coverage   71.74%   71.74%           
=======================================
  Files           9        9           
  Lines        1030     1030           
=======================================
  Hits          739      739           
  Misses        291      291           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@robbrad robbrad merged commit 885d6c0 into robbrad:master Dec 3, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LondonBoroughLewisham outputs date with full stop in it, breaks parsing
2 participants