- Description: Verify that the PLant Layer is above the Heatmap Layer
- Given I am on a map page
- When I place some tomatoes on the map
- When I select a potato and try to place it near the tomatoes so that heatmap is shown
- Then I can see that the heatmap is below the plants
- Actual Result:
- Test Result:
- Notes:
- Description: Verify that the heatmap changes its position when the plant layer is moved in priority
- Given I am on a map page where plant layer is above an drawing layer
- When I place some tomatoes on the plant layer
- When I draw a filled rectangle on the drawing layer so that it overlaps with the tomatoes
- When I select a potato and try to place it near the tomatoes so that heatmap is shown
- Then I can see that the heatmap is below the plants and above the rectangle
- When I move the plant layer below the drawing layer
- Then I can see that the heatmap is below the rectangle and below the plants
- Actual Result:
- Test Result:
- Notes:
- Description: Verify heatmap colors for all three shade types for the plant named Wild garlic (Allium ursinum)
- Given I am on a map where three shades are drawn with one being a light shade, one being a partial shade and one being a permanent shade
- When I select the plant with the name "Allium ursinum" for planting in the plant layer
- Then I can see that the heatmap shows green areas for all three shades
- Actual Result:
- Test Result:
- Notes:
- Description: Verify heatmap colors for all three shade types for the plant named Allium pendulinum (Allium pendulinum)
- Given I am on a map where three shades are drawn with one being a light shade, one being a partial shade and one being a permanent shade
- When I select the plant with the name "Allium pendulinum" for planting in the plant layer
- Then I can see that the heatmap shows two green areas for light and partial shades and red for the permanent shade
- Actual Result:
- Test Result:
- Notes:
- Description: Verify heatmap colors for all three shade types for the plant named Apple (Malus domestica)
- Given I am on a map where three shades are drawn with one being a light shade, one being a partial shade and one being a permanent shade
- When I select the plant with the name "Malus domestica" for planting in the plant layer
- Then I can see that the heatmap shows one green area for the light shade, orange for the partial shade and red for the permanent shade
- Actual Result:
- Test Result:
- Notes:
- Description: Verify heatmap colors for all three shade types for the plant named Tomato
- Given I am on a map where three shades are drawn with one being a light shade, one being a partial shade and one being a permanent shade
- When I select the plant with the name "Tomato" for planting in the plant layer
- Then I can see that the heatmap shows red areas for all three shades
- Actual Result:
- Test Result:
- Notes:
- Description: Verify heatmap colors for temporal relation between two plantings of "Allium cepa"
- Given I am on a map where a planting of "Allium cepa" has existed 6 months ago (remove_date = current date - 6 Months)
- When I select the plant with the name "Allium cepa" for planting in the plant layer
- Then I can see that the heatmap shows a red indication on the spot the previous planting of "Allium cepa" has been
- Actual Result:
- Test Result:
- Notes:
- Description: Verify heatmap colors for temporal relation between two plantings of "Allium cepa"
- Given I am on a map where a planting of "Allium cepa" has existed 1 year ago (remove_date = current date - 1 year)
- When I select the plant with the name "Allium cepa" for planting in the plant layer
- Then I can see that the heatmap shows an orange indication on the spot the previous planting of "Allium cepa" has been
- Actual Result:
- Test Result:
- Notes:
- Description: Verify heatmap colors for temporal relation between two plantings of "Allium cepa"
- Given I am on a map where a planting of "Allium cepa" has existed 2 years ago (remove_date = current date - 2 years)
- When I select the plant with the name "Allium cepa" for planting in the plant layer
- Then I can see that the heatmap shows an orange indication on the spot the previous planting of "Allium cepa" has been
- Actual Result:
- Test Result:
- Notes:
- Description: Verify heatmap colors for temporal relation between "Allium fistulosum" and "Allium cepa"
- Given I am on a map where a planting of "Allium fistulosum" has existed 5 months ago (remove_date = current date - 5 months)
- When I select the plant with the name "Allium cepa" for planting in the plant layer
- Then I can see that the heatmap shows a red indication on the spot the previous planting of "Allium fistulosum" has been
- Actual Result:
- Test Result:
- Notes:
- Description: Verify heatmap colors for temporal relation between plantings of "Allium sativum" and "Lactuca sativa"
- Given I am on a map where a planting of "Allium sativum" has existed 6 months ago (remove_date = current date - 6 months)
- When I select the plant with the name "Lactuca sativa" for planting in the plant layer
- Then I can see that the heatmap shows a green indication on the spot the previous planting of "Allium sativum" has been
- Actual Result:
- Test Result:
- Notes: