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
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
New animals get added to the bottom of the list as Animal #, where # is the number of animals in the sighting, starting with 1
Current Behavior
New animals get added to the top of the list as Animal 1, shifting the rest of the animals down and updating their temp name unless they are a named individual
QA
test case 1: requires a sighting with one unknown animal and one individual
add an animal to the sighting
verify that the animal is added to the bottom of the list
verify that the previously existing animals names have not changed
test case 2:
repeat the above test case with an empty sighting
The text was updated successfully, but these errors were encountered:
(Reported through support channels)
Expected Behavior
New animals get added to the bottom of the list as
Animal #
, where # is the number of animals in the sighting, starting with 1Current Behavior
New animals get added to the top of the list as
Animal 1
, shifting the rest of the animals down and updating their temp name unless they are a named individualQA
test case 1: requires a sighting with one unknown animal and one individual
test case 2:
The text was updated successfully, but these errors were encountered: