- Description: Show a selection of plants if the search input is empty.
- Given I am on a map page with the plant layer active
- When I click on the magnifying glass icon next to the plant's title
- When I have an empty search box
- Then I can see various plants as results
- Actual Result:
- Test Result:
- Notes:
- Description: Verify that searching for a plant that does not exist returns no results.
- Given I am on a map page with the plant layer active
- When I enter a search term that does not match any plant (eg. ----) in the database
- Then I see a message indicating that no plants were found, or the search results are empty
- Actual Result:
- Test Result:
- Notes: