- 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:
- 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:
- 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: 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:
- 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:
- 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.
- 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.
- 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.