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
As a dev, I want to select a different random user if the current random user has badly formatted data that halts page load, so that the user doesn't need to reload the page to get it to work.
More info:
Due to badly formatted POST info, sometimes there is data that halts page load bc it is breaking a function. Best practice would be to employ more sad path testing at the data object (sleep, hydration, activity) level, which can be done, but this could be a temporary patch at a higher level.
The text was updated successfully, but these errors were encountered:
As a dev, I want to select a different random user if the current random user has badly formatted data that halts page load, so that the user doesn't need to reload the page to get it to work.
More info:
Due to badly formatted POST info, sometimes there is data that halts page load bc it is breaking a function. Best practice would be to employ more sad path testing at the data object (sleep, hydration, activity) level, which can be done, but this could be a temporary patch at a higher level.
The text was updated successfully, but these errors were encountered: