You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to track the work around having a test written for setUrlUtm in /src/utils/urlUtils.js. We had a production failure today due to some incomplete fallback cases written for that function
Acceptance Criteria
Test coverage should reach setUrlUtm
Tests should pass
setUrlUtm should be linted - I'm not sure it is being checked right now.
Is your feature request related to a problem? Please describe.
On 7/19/2020, we had reports of the /business page crashing for some users who were trying to load certain data in the Safari browser. This was hotfixed in #309, but no tests were written.
Describe the solution you'd like
A good test case (or cases) for the above function, and any needed code changes to the function itself!
The text was updated successfully, but these errors were encountered:
User Story
n/a, really - this is more of a tech debt task
This issue is to track the work around having a test written for setUrlUtm in
/src/utils/urlUtils.js
. We had a production failure today due to some incomplete fallback cases written for that functionAcceptance Criteria
setUrlUtm
setUrlUtm
should be linted - I'm not sure it is being checked right now.Is your feature request related to a problem? Please describe.
On 7/19/2020, we had reports of the
/business
page crashing for some users who were trying to load certain data in the Safari browser. This was hotfixed in #309, but no tests were written.Describe the solution you'd like
A good test case (or cases) for the above function, and any needed code changes to the function itself!
The text was updated successfully, but these errors were encountered: