CSE-110-Spring-2022/zooseeker-cse-110-team-23

Redirect to Previous Animal (Back Button)

Opened this issue · 0 comments

As a user I want to be able to get directions to the previous animal,
so that if I want to go back (maybe forgot something) I can go back.

Scenario 1: There exists a previous animal
Given that there exists a previous animal, when I go the previous animal
Then I should get directions from current location to the previous animal

Scenario 2: There is no previous animal
Given that there is no previous animal, I should not be able to get directions to the previous animal.