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 discussed here: #146 (comment) a user might end up using a non-existing election ID, for example by providing a wrong ID via the URL. This can happen in multiple places in the application, but /{id}/input might be an obvious place to test this.
What should the behavior be when the election doesn't exist?
Determine how to implement this
Determine how to test this
The text was updated successfully, but these errors were encountered:
As discussed here: #146 (comment) a user might end up using a non-existing election ID, for example by providing a wrong ID via the URL. This can happen in multiple places in the application, but
/{id}/input
might be an obvious place to test this.election
doesn't exist?The text was updated successfully, but these errors were encountered: