mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-08 22:56:06 +00:00
This was failing if the current day of month only has one digit. The test could not find the date in the import date filter. Before this commit, the resulting string in the test replaced " " with " ", so "February 2" was being changed to "February 2". The import date filter however uses two spaces in this case, even if the browser shows only one (HTML inline text renders two spaces as just one).