- Description: Verify default translation strings.
- Given I am in a map and the current language is English
- When I activate the plant labels and add a plant
- Then all strings are in English
- Actual Result:
- Test Result:
- Notes: Use a plant with a common name eg. Tomato
- Description: Verify default translation strings.
- Given I am in a map and the current language is German
- When I activate the plant labels and add a plant
- Then all strings are in German
- Actual Result:
- Test Result:
- Notes: Use a plant with a common name eg. Tomato
- Description: Verify that a user can switch language in a map and stays in the map.
- Given I am in a map and the current language is English
- When I click on the "en" Drop Down
- When I click "Deutsch"
- Then I am still on the same map
- And all the text is in German now
- Actual Result:
- Test Result:
- Notes:
- Description: Verify that a user can switch language on the landing page.
- Given I am on the landing page and the current language is English
- When I click on the "en" Drop Down
- When I click "Deutsch"
- Then I am still on the Landing Page
- And all the text is in German now
- Actual Result:
- Test Result:
- Notes: