-
Notifications
You must be signed in to change notification settings - Fork 0
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
Properly handle zero regions selected in review configuration #44
Conversation
A test has also been added for this situation. |
@jthompson-arcus Thanks for the PR, it works well! I added a suggestion for a minor improvement of the added test. For the rest it is all good I think. |
I did end up wrapping the test in I think maybe I should switch it back though because it is currently registering a skipped test. |
@jthompson-arcus two final comments, then I'd be fine if you finalize this: maybe remove both the |
Unless they are causing harm in some way I would prefer to leave the |
Sorry I just saw you left the |
Merge branch 'dev' into jt-35-site_edge_case # Conflicts: # DESCRIPTION
I see. Would you be okay if I just add |
I'm personally actually curious how your tests were working without using it. I thought it was the only way to write "dummy" app tests for individual modules. If the code was encased in |
I have decided to remove the |
We can have a short meeting about it this week if you want. I am also curious about the problems you are encountering. |
Fixes #35
Selecting zero regions will now update the site picker input. Selection zero sites will also result in user feedback. Below is a snapshot of the new behavior.