Entry and List Seeds

Seed creation

  • Description: Adding more entries to the inventory overview.
  • Given I am logged in and have already added entries
  • When I submit the form for seed creation
  • Then I see my newly added entry in the overview
  • Actual Result:
  • Test Result:
  • Notes:

Seed creation with more than 30 objects

  • Description: After creating 30 seeds, everything should be shown correctly on the overview page.
  • Given I am logged in and add 30 valid seeds
  • When I go to my inventory
  • Then I see all my newly added seeds in the overview
  • Actual Result:
  • Test Result:
  • Notes:

Seed editing - Name

  • Description: After renaming a seed, the new name should be visible in the seed overview.
  • Given I am logged in and edit a seed name
  • When I go to my inventory
  • Then I see the new name of the edited seed
  • Actual Result:
  • Test Result:
  • Notes:
  • Description: Verify that searching for an existing seed returns the correct results.
  • Given I am logged in and have seeds in my inventory
  • When I enter the name of an existing seed in the search bar
  • Then I see the matching seed(s) listed in the search results
  • Actual Result:
  • Test Result:
  • Notes:

Searching seed that does not exist

  • Description: Verify that searching for a non-existent seed returns no results.
  • Given I am logged in and have seeds in my inventory
  • When I enter a name (eg. ----) that does not match any seed in the search bar
  • Then I see a message indicating that no seeds were found, or the search results are empty
  • Actual Result:
  • Test Result:
  • Notes:

Archive seed

  • Description: After archiving a seed, it should be removed from the overview or marked as archived
  • Given I am logged in and archive a seed
  • When I go to my inventory
  • Then I don't see the archived seed anymore, or it is marked as archived
  • Actual Result:
  • Test Result:
  • Notes:

Restore an archived seed

  • Description: After restoring an archived seed, it should be added to the overview again
  • Given I am logged in and visited the inventory page
  • When I archive a seed and then restore it
  • Then I see the restored seed again.
  • Actual Result:
  • Test Result:
  • Notes:

Additional name on map: plant labels

  • Description: Test additional names being displayed properly.
  • Given I am on the map page with the plants layer active
  • When I create a new plant from the inventory
  • Then I can see the additional name on the label when hovering over the plant
  • Actual Result:
  • Test Result:
  • Notes: The additional name must also be visible when a different account views the same map in parallel.

Additional name on map: left toolbar

  • Description: Test additional names being displayed properly.
  • Given I am on the map page with the plants layer active
  • When I create a new plant from the inventory
  • When I click on the new plant icon.
  • Then I can see the additional name in the left toolbars heading
  • Actual Result:
  • Test Result:
  • Notes: The additional name must also be visible when a different account views the same map in parallel.

Additional name on map: updates

  • Description: Test additional names being displayed properly.
  • Given I am on the map page with the plants layer active
  • When I create a new plant from the inventory
  • When I go to the inventory page and change the seeds name
  • Then I can see the changes in the plant label and left toolbar
  • Actual Result:
  • Test Result:
  • Notes: The additional name must also be visible when a different account views the same map.